MenuBoardPainter constructor

MenuBoardPainter({
  1. required Animation<double> animation,
})

Implementation

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