ProgressController class

controller of ProgressWidget

Inheritance

Constructors

ProgressController(BuildContext context, ValueNotifier<int> notifier, [OverlayEntry? entry])

Properties

context BuildContext
getter/setter pairinherited
entry OverlayEntry?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
notifier ValueNotifier<int>?
getter/setter pairinherited
result Future?
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

close() → void
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() → void
override
remove() → void
override
toString() String
A string representation of this object.
inherited
update(int value) → void
override

Operators

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