MyoroTabViewTab class
Model of a single tab apart of a MyoroTabView.
- Annotations
-
- @immutable
- @myoroModel
Constructors
- MyoroTabViewTab({IconData? icon, String? text, required Widget content})
-
const
- MyoroTabViewTab.fake()
-
factory
Properties
- content → Widget
-
Content of the MyoroTabViewTab.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- icon → IconData?
-
IconData of the MyoroTabViewTab.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- self → MyoroTabViewTab
-
no setterinherited
- text → String?
-
Text of the MyoroTabViewTab.
final
Methods
-
copyWith(
{IconData? icon, bool iconProvided = true, String? text, bool textProvided = true, Widget? content}) → MyoroTabViewTab -
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