A widget that displays a visual indicator of which tab is selected.
Requires one of its ancestors to be a TabBarSelection widget to enable saving and monitoring the selected tab.
See also:
- Inheritance
- Object
- Widget
- StatelessWidget
- TabPageSelector
Constructors
- TabPageSelector({Key key })
-
Creates a widget that displays a visual indicator of which tab is selected.
const
Properties
Operators
-
operator ==(
other) → bool -
The equality operator.
inherited
Methods
-
build(
BuildContext context) → Widget -
Describes the part of the user interface represented by this widget.
-
createElement(
) → StatelessElement -
Creates a StatelessElement to manage this widget's location in the tree.
inherited -
debugFillDescription(
List<String> description) → void -
Add additional information to the given description for use by toString.
inherited -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited -
toString(
) → String -
Returns a string representation of this object.
inherited -
toStringShort(
) → String -
A short, textual description of this widget.
inherited