BottomNavigationBuilder class abstract

For build certain realization of BottomNavigationBar. Also implementation should contain list of tab flow (root pages of bottom navigation bar item).

Constructors

BottomNavigationBuilder()

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

build(int currentIndexTab, dynamic onTabChanged(int)) Widget
Will be called inside BottomNavigationPage for building concrete implementation of bottom navigation bar.
getTabFlows() List<TabFlow>
Will be called inside BottomNavigationPage for getting list of tab flow(root pages of navigation bar item).
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