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