AppPageController class
Properties
- context → BuildContext
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
isLoading
→ ValueNotifier<
bool> -
final
-
nextMenuIsOpen
→ ValueNotifier<
bool> -
final
-
prevMenuIsOpen
→ ValueNotifier<
bool> -
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
snackBarProps
→ ValueNotifier<
AppSnackBarProps?> -
final
Methods
-
clearSnack(
) → void -
closeMenu(
) → void -
dispose(
) → void -
load<
T> (Future< T> future) → Future<Result< T> > -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
openNextMenu(
) → void -
openPrevMenu(
) → void -
runAsync<
T> (Future< T> process()) → Future<Result< T> > -
showSnackBar(
String message, {void onAction()?}) → void -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
of(
BuildContext context) → AppPageController?