NavigationTab class

NavigationTab is a class that holds the title, page, icon, activeIcon, backgroundColor, tooltip, and meta data of a bottom navigation tab.

Constructors

NavigationTab is a class that holds the title, page, icon, activeIcon, backgroundColor, tooltip, and meta data of a bottom navigation tab.
NavigationTab.badge is a class that holds the title, page, icon, activeIcon, backgroundColor, tooltip, and meta data of a bottom navigation tab with a badge.

Properties

activeIcon Widget?
final
backgroundColor Color?
final
hashCode int
The hash code for this object.
no setterinherited
icon Widget?
final
kind String?
final
meta Map<String, dynamic>
final
page Widget
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final
tooltip String?
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