Skip to content

Instantly share code, notes, and snippets.

@JorgeCastilloPrz
Last active May 29, 2019 21:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JorgeCastilloPrz/38591f7e8e71e2b90647dfc1edd74c95 to your computer and use it in GitHub Desktop.
Save JorgeCastilloPrz/38591f7e8e71e2b90647dfc1edd74c95 to your computer and use it in GitHub Desktop.
CustomPainter declaration
class ArcPainter extends CustomPainter {
ArcPainter({
this.strokeWidth,
this.backgroundColor,
this.valueColor,
this.headValue,
this.tailValue,
this.stepValue,
this.rotationValue
})
// ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment