SalomonBottomBar class

Inheritance

Constructors

SalomonBottomBar({Key? key, required List<SalomonBottomBarItem> items, Color? backgroundColor, int currentIndex = 0, dynamic onTap(int)?, Color? selectedItemColor, Color? unselectedItemColor, double? selectedColorOpacity, ShapeBorder itemShape = const StadiumBorder(), EdgeInsets margin = const EdgeInsets.all(8), EdgeInsets itemPadding = const EdgeInsets.symmetric(vertical: 10, horizontal: 16), Duration duration = const Duration(milliseconds: 500), Curve curve = Curves.easeOutQuint})
A bottom bar that faithfully follows the design by Aurélien Salomon

Properties

backgroundColor Color?
The background color of the bar.
final
currentIndex int
The tab to display.
final
curve Curve
The transition curve
final
duration Duration
The transition duration
final
hashCode int
The hash code for this object.
no setterinherited
itemPadding EdgeInsets
The padding of each item.
final
items List<SalomonBottomBarItem>
A list of tabs to display, ie Home, Likes, etc
final
itemShape ShapeBorder
The border shape of each item.
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
margin EdgeInsets
A convenience field for the margin surrounding the entire widget.
final
onTap → (dynamic Function(int)?)
Returns the index of the tab that was tapped.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedColorOpacity double?
The opacity of color of the touchable background when the item is selected.
final
selectedItemColor Color?
The color of the icon and text when the item is selected.
final
unselectedItemColor Color?
The color of the icon and text when the item is not selected.
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