InitBaseStatelessWidget<T extends BaseModel, S> class
abstract
Methods
-
build(BuildContext context)
→ Widget
-
Describes the part of the user interface represented by this widget.
inherited
-
buildWithChild(BuildContext context, Widget? child)
→ Widget
-
A build method that receives an extra
child parameter.
inherited
-
createElement()
→ SingleChildStatelessElement
-
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
-
emptyBuilder(BuildContext context)
→ Widget
-
inherited
-
errorBuilder(BuildContext context)
→ Widget
-
inherited
-
finish()
→ void
-
inherited
-
getChild(BuildContext context)
→ Widget
-
inherited
-
getModel()
→ T
-
inherited
-
getScaffold(BuildContext context, Widget? child, {Key? key, String title = '', Color textColor = Colors.black, double? textSize, int? textLines, FontWeight? textWeight, TextAlign textAlign = TextAlign.start, String? textFamily, double? textScaleFactor, Widget? backGroundWidget, Color backGroundColor = Colors.white, bool showBack = true, Widget? leftWidget, Color lefIconColor = Colors.white, dynamic leftWidgetOnTap()?, Widget? titleWidget, List<Widget>? rightWidgets, Widget? floatingActionButton, Color appBarColor = Colors.blueAccent, bool showAppBar = true, bool centerTitle = true, bool resizeToAvoidBottomInset = true, bool automaticallyImplyLeading = true, Widget? filexibleSpace, PreferredSizeWidget? bottom, bool isBackGroundTransparent = false, Color? shadowColor, double? elevation, ShapeBorder? shapeBorder, double? flexibleWidth, double? flexibleHeight, bool isShowTitle = true, DragStartBehavior drawerDragStartBehavior = DragStartBehavior.start, Color? drawerScrimColor, double? drawerEdgeDragWidth, bool drawerEnableOpenDragGesture = true, bool endDrawerEnableOpenDragGesture = true, Widget? drawer, Widget? endDrawer, dynamic onDrawerChanged(bool)?, dynamic onEndDrawerChanged(bool)?, bool primary = true, bool extendBody = false, bool extendBodyBehindAppBar = false, Widget? bottomSheet, Widget? bottomNavigationBar, CustomFloatingActionButtonLocation? location})
→ Widget
-
inherited
-
loadingBuilder(BuildContext context)
→ Widget
-
inherited
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
successedBuilder(BuildContext context)
→ Widget
-
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, 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