MyoroTabViewConfiguration class
Configuration model of MyoroTabView.
- Annotations
-
- @immutable
- @myoroModel
Constructors
-
MyoroTabViewConfiguration({int initiallySelectedTabIndex = initiallySelectedTabIndexDefaultValue, required List<
MyoroTabViewTab> tabs}) -
const
- MyoroTabViewConfiguration.fake()
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- initiallySelectedTabIndex → int
-
Initially selected MyoroTabViewTab.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → MyoroTabViewConfiguration
-
no setterinherited
-
tabs
→ List<
MyoroTabViewTab> -
Tabs of the MyoroTabView.
final
Methods
-
copyWith(
{int? initiallySelectedTabIndex, List< MyoroTabViewTab> ? tabs}) → MyoroTabViewConfiguration -
inherited
-
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