TabFlow class

Contain root page of navigation bar item and some config.

Constructors

TabFlow({String title = '', AssetImage? assetImage, IconData? iconData, required GlobalKey<NavigatorState> navigatorKey, required Widget page})

Properties

assetImage AssetImage?
Should be used if iconData not presented.
final
hashCode int
The hash code for this object.
no setterinherited
iconData IconData?
final
Used for nesting navigation inside BottomNavigationPage
final
page Widget
Root page of navigation bar item.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
Will be used in title navigation bar item.
final

Methods

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