cupertino_timer
timer_painter
TimerPainter
TimerPainter constructor
TimerPainter
cupertino_timer
timer_painter
TimerPainter
TimerPainter constructor
TimerPainter class
Constructors
TimerPainter
Properties
animation
hashCode
ringColor
ringStroke
runtimeType
semanticsBuilder
start
twoPi
Methods
addListener
hitTest
noSuchMethod
paint
removeListener
shouldRebuildSemantics
shouldRepaint
toString
Operators
operator ==
TimerPainter
constructor
TimerPainter
(
{
Animation
<
double
>
animation
,
Color
ringColor
,
double
ringStroke
}
)
Implementation
TimerPainter({this.animation, this.ringColor, this.ringStroke}) : super(repaint: animation);