GetScaffold class

A smart scaffold. All individual pages should be wrapped in it.

Inheritance
Available Extensions

Constructors

GetScaffold({Widget? child, List<Widget>? children, LinearProgress? progress, dynamic appBar, Widget? customTitle, String? title, String? subtitle, Widget? appBarLeading, Widget? appBarBottom, Widget? withBottomBar, Widget? bottomBar, Widget? bottomSheet, Widget? sliver, List<Widget>? childrenAtFront, List<Widget>? bottomBarLeftItems, List<Widget>? bottomBarRightItems, List<Widget>? bottomBarCenterItems, List<Widget>? bottomBarChildren, List<Widget>? appBarActions, FloatingActionButton? floatingActionButton, Color? backgroundColor, Color? appBarColor, TextStyle? titleStyle, bool? centerTitle, bool extendBody = true, bool extendSpace = true, bool showAppBarLeading = true, bool showProgress = false, bool showScrollbar = true, bool toolbarsHidden = false, bool appBarHidden = false, bool bottomBarHidden = false, bool interactive = true, double appBarBottomHeight = 0.0, double? toolbarHeight, double? appBarElevation, FloatingActionButtonLocation? floatingActionButtonLocation, CrossAxisAlignment? bottomBarAlignment, Key? key})
const

Properties

appBar → dynamic
final
appBarActions List<Widget>?
final
appBarBottom Widget?
final
appBarBottomHeight double
final
appBarColor Color?
final
appBarElevation double?
final
appBarHidden bool
final
appBarLeading Widget?
final
backgroundColor Color?
final
bottomBar Widget?
final
bottomBarAlignment CrossAxisAlignment?
final
bottomBarCenterItems List<Widget>?
final
bottomBarChildren List<Widget>?
final
bottomBarHidden bool
final
bottomBarLeftItems List<Widget>?
final
bottomBarRightItems List<Widget>?
final
bottomSheet Widget?
final
centerTitle bool?
final
child Widget?
final
children List<Widget>?
final
childrenAtFront List<Widget>?
final
customTitle Widget?
final
extendBody bool
final
extendSpace bool
final
floatingActionButton FloatingActionButton?
final
floatingActionButtonLocation FloatingActionButtonLocation?
final
hashCode int
The hash code for this object.
no setterinherited
interactive bool
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
progress LinearProgress?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAppBarLeading bool
final
showProgress bool
final
showScrollbar bool
final
sliver Widget?
final
subtitle String?
final
title String?
final
titleStyle TextStyle?
final
toolbarHeight double?
final
toolbarsHidden bool
final
withBottomBar Widget?
final

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
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
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}) 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

Static Properties

newKey GlobalKey<ScaffoldState>
no setter