DPStopwatchViewModel class

DPStopwatchViewModel

Constructors

DPStopwatchViewModel({int? startWithTenMilliseconds, TextStyle? clockTextStyle})

Properties

clockText String
Computed properties
no setter
clockTextStyle TextStyle?
getter/setter pair
currentTenMilliseconds int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
isInitialized bool
no setter
minutesStr String
no setter
pause Function?
getter/setter pair
resume Function?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secondsStr String
no setter
start Function?
Actions
getter/setter pair
startWithTenMilliseconds int?
getter/setter pair
stop Function?
getter/setter pair
tenMillisecondsStr String
no setter
timer Timer?
Stored properties
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
stopWatchStream() Stream<int>
stop watch stream
toString() String
A string representation of this object.
inherited

Operators

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