createPainter abstract method
Creates the CustomPainter for the current frame.
Implementation
CustomPainter createPainter({
required double progress,
required Color color,
required Size size,
});
Creates the CustomPainter for the current frame.
CustomPainter createPainter({
required double progress,
required Color color,
required Size size,
});