ProgressTab class

The tabs which are inserted into ProgressTabBar.

Allows to customize properties that are individual to each tab. Properties that are universal to all tabs inside a ProgressTabBar are set there, e.g. button width and height.

Constructors

ProgressTab({required VoidCallback onPressed, String? label})

Properties

hashCode int
The hash code for this object.
no setterinherited
label String?
label customizes the text inside the tab.
getter/setter pair
onPressed VoidCallback
onPressed defines what happens when pressing one of the tabs.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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