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