FPageLogic<T> class abstract

Constructors

FPageLogic()

Properties

canPopPage bool
getter/setter pair
context BuildContext
no setter
disposer FDisposer
final
hashCode int
The hash code for this object.
no setterinherited
holder Map<String, dynamic>
final
page → T
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scaffoldKey GlobalKey<ScaffoldState>
final

Methods

dismissKeyboard() → void
dispose() → void
initState() → void
called first context not ready yet when this method called
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onBuildLayout() → void
called second
onBuildLayoutFirstCall() → void
called second - ext: only called once
onLayoutLoaded() → void
called third
onWillPop() Future<bool>
pageBack({Object? result}) → void
pageOpen<X>(dynamic page, {FPageTransitionType? transitionType, void getTransitionHolder(FPageTransitionHolder holder)?}) Future<X>
pageOpenAndRemovePrevious(dynamic page) → void
toString() String
A string representation of this object.
inherited

Operators

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