MainContext class

Constructors

MainContext({required GlobalKey<NavigatorState> nav})

Properties

canPop bool
no setter
context BuildContext
no setter
hashCode int
The hash code for this object.
no setterinherited
height double
no setter
maybePop Future<bool>
no setter
mOrientation Orientation
no setter
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaffoldKey GlobalKey<ScaffoldState>
getter/setter pair
textMaxWidth double
no setter
width double
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
pop({dynamic data}) → dynamic
push(Widget widget) → dynamic
pushAndRemoveUntil(Widget widget) → void
pushNamed(String name) → void
pushReplacement(Widget widget) → void
toString() String
A string representation of this object.
inherited

Operators

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