BottomBarTheme class

Constructors

BottomBarTheme({EdgeInsets contentPadding = _kDefaultContentPadding, double height = 75, double heightOpened = 400, double heightClosed = 75, Color? selectedItemIconColor, Color? itemIconColor, TextStyle? selectedItemTextStyle, TextStyle? itemTextStyle, MainButtonPosition mainButtonPosition = MainButtonPosition.middle, BoxDecoration? decoration, double itemIconSize = 22, double selectedItemIconSize = 24, bool isVerticalItemLabel = true})
const

Properties

contentPadding EdgeInsets
EdgeInsets to create padding between content of widget and sides
final
decoration BoxDecoration?
BottomBarWithSheet widget BoxDecoration
final
hashCode int
The hash code for this object.
no setterinherited
height double
BottomBarWithSheet icons line height
final
heightClosed double
BottomBarWithSheet height when _isOpened == false
final
heightOpened double
BottomBarWithSheet height when _isOpened == true
final
isVerticalItemLabel bool
bool makes the labels of the items appear vertically or horizontally.
final
itemIconColor Color?
UNselected BottomBarWithSheetItem icon color
final
itemIconSize double
double size of item icon when item is not selected
final
itemTextStyle TextStyle?
UNselected BottomBarWithSheetItem text style
final
mainButtonPosition MainButtonPosition
enum filed that response for the position of MainActionButton position this field have 3 possible values:
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedItemIconColor Color?
selected BottomBarWithSheetItem icon color
final
selectedItemIconSize double
double size of item icon when item is pressed
final
selectedItemTextStyle TextStyle?
selected BottomBarWithSheetItem text style
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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