MyPainter constructor
MyPainter({})
Implementation
MyPainter({
required this.hamburgerProgress,
required this.arrowProgress,
required this.iconColor,
required this.iconWidth,
required this.iconHeight,
});
MyPainter({
required this.hamburgerProgress,
required this.arrowProgress,
required this.iconColor,
required this.iconWidth,
required this.iconHeight,
});