MenuButtonPainter constructor
MenuButtonPainter({})
Implementation
MenuButtonPainter({
Color color = const Color.fromARGB(0, 0, 0, 0),
double strokeWidth = 0,
this.animationStep = 0,
}) {
iconPainter = MenuIconPainter(
color: color, animationStep: animationStep, strokeWidth: strokeWidth);
}