ControllerTabObject class

A class representing a 'tab' in a tab bar that owns a widget. This would be used when you want to link tabs to a view.

Inheritance

Constructors

ControllerTabObject({required Widget tabController, required dynamic tabTitle, required dynamic accessibilityHint, required dynamic tabIcon})

Properties

accessibilityHint String
An accessibility hint for what happens when something is selected.
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
onTabSelection VoidCallback
What should happen when the tab is selected
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabController Widget
final
tabIcon IconData
The tab's icon
getter/setter pairinherited
tabPriority decorationPriority?
What tab priority should be (inactive, standard, etc)
getter/setter pairinherited
tabTitle String
The tab's title
getter/setter pairinherited

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