CountdownController class

Constructors

CountdownController.new()

Properties

getTimeCallback String Function()?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isPaused ValueNotifier<bool>?
getter/setter pair
isStarted ValueNotifier<bool>?
getter/setter pair
pauseCallback VoidCallback?
getter/setter pair
resetCallback ↔ void Function({int? newDuration, int? newInitialDuration})?
getter/setter pair
restartCallback VoidCallback?
getter/setter pair
resumeCallback VoidCallback?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
startCallback VoidCallback?
getter/setter pair

Methods

getTime() String
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pause() → void
reset({int? newDuration, int? newInitialDuration}) → void
restart() → void
resume() → void
start() → void
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited