BottomBarWithSheet class

Hello !

You can check all widget annotations, examples and docs In package repository: https://github.com/Frezyx/bottom_bar_with_sheet

Inheritance

Constructors

BottomBarWithSheet({Key? key, required List<BottomBarWithSheetItem> items, Widget? sheetChild, MainAxisAlignment bottomBarMainAxisAlignment = MainAxisAlignment.center, Duration duration = defaultDuration, Curve curve = defaultCurve, bool disableMainActionButton = false, WidgetBuilder? mainActionButtonBuilder, BottomBarTheme bottomBarTheme = defaultBarTheme, MainActionButtonTheme mainActionButtonTheme = defaultMainActionButtonTheme, bool autoClose = true, dynamic onSelectItem(int)?, BottomBarWithSheetController? controller})

Properties

autoClose bool
If true the BottomBarWithSheetItem's DO NOT automatically close the child sheet when pressed
final
bottomBarMainAxisAlignment MainAxisAlignment
The direction in which the widget content will line up
final
bottomBarTheme BottomBarTheme
theme of BottomBarWithSheet
final
controller BottomBarWithSheetController?
Controller for workin with widget state
final
curve Curve
the style of animation from the suggested ones of Curve
final
disableMainActionButton bool
This field can replace mainActionButton
final
duration Duration
animation time of closing / opening BottomBarWithSheet
final
hashCode int
The hash code for this object.
no setterinherited
items List<BottomBarWithSheetItem>
navigation buttons of BottomBarWithSheet
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
mainActionButtonBuilder WidgetBuilder?
WidgetBuilder to display custom mainActionButton
final
mainActionButtonTheme MainActionButtonTheme
theme of MainActionButtonTheme
final
onSelectItem → (dynamic Function(int)?)
Callback Function works by clicking on one of items
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sheetChild Widget?
Widget that displayed on bottom of BottomBarWithSheet when isOpened == true
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _BottomBarWithSheetState
Creates the mutable state for this widget at a given location in the tree.
override
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