getPainter abstract method

Painter getPainter(
  1. Animation<double> animation
)

Returns a Painter object that will paint the background.

Implementation

Painter getPainter(Animation<double> animation);