CupertinoTimer constructor
Implementation
CupertinoTimer({
Key key,
@required this.duration,
this.valueListener,
this.startOnInit = false,
this.timeStyle,
this.ringColor = Colors.green,
this.ringStroke = 6.0,
}) : super(key: key);
CupertinoTimer({
Key key,
@required this.duration,
this.valueListener,
this.startOnInit = false,
this.timeStyle,
this.ringColor = Colors.green,
this.ringStroke = 6.0,
}) : super(key: key);