FPage<T extends FPageLogic> class abstract

Constructors

FPage()

Properties

context BuildContext
no setter
hashCode int
The hash code for this object.
no setterinherited
logic → T
no setter
pipe → _PagePipe
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

buildLayout(BuildContext context) Widget
called third
dispose() → void
getWidget() Widget
initialize() → void
called first
initState() → void
called second context not ready yet when this method called
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
onLayoutLoaded() → void
called fourth
setLogic(T logic) → void
toString() String
A string representation of this object.
inherited

Operators

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