menu
icon_animated package
documentation
widgets/icon_animated.dart
AnimateMenuPathPainter
AnimateMenuPathPainter constructor
AnimateMenuPathPainter constructor
dark_mode
light_mode
AnimateMenuPathPainter
constructor
AnimateMenuPathPainter
(
Animation
<
double
>
_animation
,
Color
_color
,
double
?
strokeWidth
)
Implementation
AnimateMenuPathPainter(this._animation, this._color, this.strokeWidth) : super(repaint: _animation);
icon_animated package
documentation
widgets/icon_animated
AnimateMenuPathPainter
AnimateMenuPathPainter constructor
AnimateMenuPathPainter class