PageFastor class
Page Fastor like Scaffold
- Inheritance
-
- Object
- DiagnosticableTree
- Widget
- StatelessWidget
- PageFastor
Constructors
-
PageFastor(State<
StatefulWidget> myState, {required Widget content, String? title = "", AssetImage? assetBackground, double? assetBackgroundOpacity, Color? backgroundColor, Widget? widgetBackground, Widget? toolbar, double? toolbar_height, AppBarFastor? appBarFastor, Widget? floatBottom, ValueChanged<ProgressCircleState> ? onChangeProgressState, required Color statusBarColorCustom, Color? homeButtonsBackgroundColor, GlobalKey<State< ? scaffoldKey, Widget? drawer, DrawerCallback? onDrawerChanged, ScrollController? scrollController, bool? isStopScroll, bool? thumbVisibility, bool? resizeToAvoidBottomInset})StatefulWidget> >
Properties
- appBarFastor ↔ AppBarFastor?
-
getter/setter pair
- assetBackground ↔ AssetImage?
-
getter/setter pair
- assetBackgroundOpacity ↔ double?
-
getter/setter pair
- backgroundColor ↔ Color?
-
getter/setter pair
- content ↔ Widget
-
getter/setter pair
- context ↔ BuildContext?
-
getter/setter pair
- drawer ↔ Widget?
-
getter/setter pair
- floatBottom ↔ Widget?
-
getter/setter pair
-
TODO? need to do this in future
getter/setter pair
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- homeButtonsBackgroundColor ↔ Color?
-
getter/setter pair
- isStopScroll ↔ bool?
-
getter/setter pair
- key → Key?
-
Controls how one widget replaces another widget in the tree.
finalinherited
-
myState
↔ State<
StatefulWidget> -
getter/setter pair
-
getter/setter pair
-
getter/setter pair
-
onChangeProgressState
↔ ValueChanged<
ProgressCircleState> ? -
getter/setter pair
- onDrawerChanged ↔ DrawerCallback?
-
getter/setter pair
- resizeToAvoidBottomInset ↔ bool?
-
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
scaffoldKey
↔ GlobalKey<
State< ?StatefulWidget> > -
getter/setter pair
- scrollController ↔ ScrollController?
-
getter/setter pair
- statusBarColorCustom ↔ Color
-
getter/setter pair
- thumbVisibility ↔ bool?
-
getter/setter pair
- title ↔ String?
-
getter/setter pair
- toolbar ↔ Widget?
-
getter/setter pair
- toolbar_height ↔ double?
-
getter/setter pair
- widgetBackground ↔ Widget?
-
getter/setter pair
Methods
-
build(
BuildContext context) → Widget -
Describes the part of the user interface represented by this widget.
override
-
createElement(
) → StatelessElement -
Creates a StatelessElement to manage this widget's location in the tree.
inherited
-
debugDescribeChildren(
) → List< DiagnosticsNode> -
Returns a list of DiagnosticsNode objects describing this node's
children.
inherited
-
debugFillProperties(
DiagnosticPropertiesBuilder properties) → void -
Add additional properties associated with the node.
inherited
-
getSafeAreaWithPageContent(
Stack stack) → Widget -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
setDefaultValue(
) → void -
toDiagnosticsNode(
{String? name, DiagnosticsTreeStyle? style}) → DiagnosticsNode -
Returns a debug representation of the object that is used by debugging
tools and by DiagnosticsNode.toStringDeep.
inherited
-
toString(
{DiagnosticLevel minLevel = DiagnosticLevel.info}) → String -
A string representation of this object.
inherited
-
toStringDeep(
{String prefixLineOne = '', String? prefixOtherLines, DiagnosticLevel minLevel = DiagnosticLevel.debug, int wrapWidth = 65}) → String -
Returns a string representation of this node and its descendants.
inherited
-
toStringShallow(
{String joiner = ', ', DiagnosticLevel minLevel = DiagnosticLevel.debug}) → String -
Returns a one-line detailed description of the object.
inherited
-
toStringShort(
) → String -
A short, textual description of this widget.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited