Painter constructor

Painter({
  1. required Animation<double> animation,
  2. Listenable? repaint,
})

Creates a Painter object.

An abstract class that uses the blueprints for drawing the background.

Implementation

Painter({required this.animation, super.repaint});