CircleProgressController class
Constructors
Properties
-
circleIndex
↔ StreamController<
List> -
getter/setter pair
-
controller
↔ StreamController<
List< double> > -
getter/setter pair
-
counter
↔ StreamController<
double> -
getter/setter pair
-
counterStream
→ Stream<
double> -
Display value in circle
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
stream
→ Stream<
List< double> > -
Set the start and end positions.
no setter
Methods
-
closed(
) → dynamic -
counterClosed(
) → dynamic -
indexClosed(
) → dynamic -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setCounter(
double value) → void -
setIndex(
List index) → void -
setProgress(
List< double> progress) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited