Returns a Painter object that will paint the background.
@override Painter getPainter(Animation<double> animation) { return LavaPainter( animation: animation, data: this, ); }