FragNavigate class
Constructors
-
factory
Properties
-
actionsList
→ List<
ActionPosit> ? -
Action List
final
-
bottomList
→ List<
BottomPosit> ? -
Bottom List
final
- currentKey → dynamic
-
no setter
- drawerContext ↔ BuildContext?
-
Drawer context
getter/setter pair
-
drawerKey
→ GlobalKey<
ScaffoldState> -
no setter
-
floatingList
→ List<
FloatingPosit> ? -
Floating List
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- onBack → dynamic Function(dynamic oldKey, dynamic newKey)?
-
OnBack function
final
- onPut → dynamic Function(dynamic oldKey, dynamic newKey)?
-
OnPut function
final
-
outStreamFragment
→ Stream<
FullPosit> -
Fragment stream
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
screenList
→ Map<
dynamic, Posit> -
Screen Posit List
final
- setDrawerContext ← BuildContext
-
Drawer controller
no getter
- setInterface ← dynamic
-
no getter
-
stack
→ List<
Posit> -
Stack List
final
Methods
-
action(
String tag, {dynamic params}) → dynamic - Call action in interface
-
dispose(
) → void -
jumpBack(
) → Future< bool> - Jump back to last key
-
jumpBackTo(
dynamic key) → dynamic - Jump back to key passed and clean all after
-
jumpBackToFirst(
) → Future< bool> - Jump back to first key and clean all
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
putAndClean(
{dynamic key, bool force = true, bool closeDrawer = true}) → Future< bool> - Put key and clean all
-
putAndReplace(
{dynamic key, bool force = true, bool closeDrawer = true}) → Future< bool> - Put key and replace current
-
putPosit(
{required dynamic key, bool force = false, bool closeDrawer = true}) → Future< bool> - Put new key
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited