SeniorBackdropTabBarInfo class

Constructors

SeniorBackdropTabBarInfo({required TabController controller, required int initialIndex, bool isScrollable = false, dynamic onTap(int)?, required List<String> tabs})
Settings for adding tabs to the backdrop. The controller, initialIndex and tabs parameters are required.

Properties

controller TabController
The controller for the backdrop tabs.
final
hashCode int
The hash code for this object.
no setterinherited
initialIndex int
The index of the home tab of the backdrop tab list.
final
isScrollable bool
Defines whether the tabs will scroll sideways to accommodate the entire list.
final
onTap → (dynamic Function(int)?)
Callback function executed when a tab is selected. It receives the index of the current tab as a parameter.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
tabs List<String>
The backdrop tab list.
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