ProgressController class

Constructors

ProgressController({required Duration duration})

Properties

duration Duration
final
hashCode int
The hash code for this object.
no setterinherited
progress double
no setter
progressStream Stream<void>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tickPeriod Duration
final
timeoutStream Stream<void>
no setter

Methods

dispose() Future<void>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
restart() → void
start() → void
toString() String
A string representation of this object.
inherited

Operators

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

Constants

smoothnessConstant → const double