ProgressController class
Main Progress Controller ProgressController to handle Progress time
Constructors
- ProgressController({required Duration duration, Duration tickPeriod = const Duration(milliseconds: 1000), DateFormatN timeFormat = DateFormatN.SecMin})
Properties
- countDown → String
-
no setter
- duration → Duration
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
pProgressController
↔ StreamController<
void> -
getter/setter pair
-
progressStream
→ Stream<
void> -
no setter
-
pTimeoutController
↔ StreamController<
void> -
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- tickPeriod → Duration
-
final
- timeFormat ↔ DateFormatN
-
getter/setter pair
-
timeoutStream
→ Stream<
void> -
no setter
- timer → Timer
-
no setter
- valuePercent → double
-
no setter
Methods
-
dispose(
) → Future< void> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
restart(
) → void -
start(
) → void -
stop(
) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- smoothnessConstant → const double