createPainter abstract method

CustomPainter createPainter({
  1. required double progress,
  2. required Color color,
  3. required Size size,
})

Creates the CustomPainter for the current frame.

Implementation

CustomPainter createPainter({
  required double progress,
  required Color color,
  required Size size,
});