DotNavigationBar class

Inheritance

Constructors

DotNavigationBar({Key? key, required List<DotNavigationBarItem> items, int currentIndex = 0, dynamic onTap(int)?, Color? selectedItemColor, Color? unselectedItemColor, 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, Color? dotIndicatorColor, EdgeInsetsGeometry? marginR = const EdgeInsets.symmetric(horizontal: 50, vertical: 20), EdgeInsetsGeometry? paddingR = const EdgeInsets.only(bottom: 5, top: 10), double? borderRadius = 30, double? splashBorderRadius, Color? backgroundColor = Colors.white, List<BoxShadow> boxShadow = const [BoxShadow(color: Colors.transparent, spreadRadius: 0, blurRadius: 0, offset: Offset(0, 0))], bool enableFloatingNavBar = true, bool enablePaddingAnimation = true, Color? splashColor})
const

Properties

backgroundColor Color?
bgd colors for the nav bar
final
borderRadius double?
border radius
final
boxShadow List<BoxShadow>
List of box shadow
final
currentIndex int
The tab to display.
final
curve Curve
The transition curve
final
dotIndicatorColor Color?
The color of the Dot indicator.
final
duration Duration
The transition duration
final
enableFloatingNavBar bool
final
enablePaddingAnimation bool
final
hashCode int
The hash code for this object.
no setterinherited
itemPadding EdgeInsets
The padding of each item.
final
items List<DotNavigationBarItem>
A list of tabs to display, ie Home, Profile,Cart, etc
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
marginR EdgeInsetsGeometry?
margin for the bar to give some radius
final
onTap → (dynamic Function(int)?)
Returns the index of the tab that was tapped.
final
paddingR EdgeInsetsGeometry?
padding for the bar to give some radius
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
selectedItemColor Color?
The color of the icon and text when the item is selected.
final
splashBorderRadius double?
Color of the item's Splash Color
final
splashColor Color?
Color of the item's Splash Color
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