MenuIconPainter constructor

MenuIconPainter({
  1. required Color color,
  2. required double strokeWidth,
  3. required double animationStep,
})

Implementation

MenuIconPainter(
    {required this.color,
    required super.strokeWidth,
    required this.animationStep}) {
  paintObject.color = color;
}