FxBottomNavigationBar class

Inheritance

Constructors

FxBottomNavigationBar({required List<FxBottomNavigationBarItem>? itemList, Duration? animationDuration, Color? indicatorColor, double? indicatorSize, Decoration? indicatorDecoration, FxBottomNavigationBarType? fxBottomNavigationBarType, bool showLabel = true, Color? activeContainerColor, Color? backgroundColor, bool? showActiveLabel, Axis? labelDirection = Axis.horizontal, double labelSpacing = 8, TextStyle? activeTitleStyle, TextStyle? titleStyle, int initialIndex = 0, Color? activeTitleColor, Color? titleColor, double? activeTitleSize, double? titleSize, Color? iconColor, Color? activeIconColor, double? iconSize, double? activeIconSize, Decoration? containerDecoration, BoxShape? containerShape, EdgeInsetsGeometry? outerPadding, EdgeInsetsGeometry? outerMargin, double? containerRadius, EdgeInsetsGeometry? containerPadding})

Properties

activeContainerColor Color?
final
activeIconColor Color?
final
activeIconSize double?
final
activeTitleColor Color?
final
activeTitleSize double?
final
activeTitleStyle TextStyle?
final
animationDuration Duration?
final
backgroundColor Color?
final
containerDecoration Decoration?
final
containerPadding EdgeInsetsGeometry?
final
containerRadius double?
final
containerShape BoxShape?
final
fxBottomNavigationBarType FxBottomNavigationBarType?
final
hashCode int
The hash code for this object.
no setterinherited
iconColor Color?
final
iconSize double?
final
indicatorColor Color?
final
indicatorDecoration Decoration?
final
indicatorSize double?
final
initialIndex int
final
itemList List<FxBottomNavigationBarItem>?
final
key Key?
Controls how one widget replaces another widget in the tree.
finalinherited
labelDirection Axis?
final
labelSpacing double
final
outerMargin EdgeInsetsGeometry?
final
outerPadding EdgeInsetsGeometry?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showActiveLabel bool?
final
showLabel bool
final
titleColor Color?
final
titleSize double?
final
titleStyle TextStyle?
final

Methods

createElement() StatefulElement
Creates a StatefulElement to manage this widget's location in the tree.
inherited
createState() → _FxBottomNavigationBarState
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