BartBottomBarFactory class abstract
allows to create a bottom bar styled
Constructors
- BartBottomBarFactory()
-
const
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
create(
{required List< BartMenuRoute> routes, required BottonBarTapAction onTapAction, double? elevation, Color? bgColor, Color? selectedItemColor, Color? unselectedItemColor, BottomNavigationBarType? type, IconThemeData? iconThemeData, required double selectedFontSize, required double unselectedFontSize, required double iconSize, required int currentIndex}) → Widget -
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