MenuIconPainter constructor
MenuIconPainter({})
Creates a menu icon painter
Implementation
MenuIconPainter(
{required this.color,
required super.strokeWidth,
required this.animationStep}) {
paintObject.color = color;
}