SuperScaffoldController class
Constructors
Properties
-
confirmation
↔ Completer<
bool> ? -
getter/setter pair
- confirmationMessage ↔ String?
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- isConfirming → bool
-
no setter
- isLoading → bool
-
no setter
- loading ↔ Completer?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
waiting
↔ ValueNotifier<
bool> -
getter/setter pair
-
widget
↔ GlobalKey<
ScaffoldState> -
getter/setter pair
Methods
-
acceptConfirmation(
) → void -
cancelConfirmation(
) → void -
confirm(
String message) → Future< bool> -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
-
wait(
) → Completer
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited