TabBarIOSProperty class
- Inheritance
-
- Object
- CoreIOSProperty
- TabBarIOSProperty
Constructors
- TabBarIOSProperty({Axis? direction, Color? backgroundColor, bool isExpended = true, AlignmentGeometry alignment = Alignment.center, TabBarIOSStyle style = TabBarIOSStyle.sliding})
-
const
Properties
- alignment → AlignmentGeometry
-
Alignment of tab labels within the sliding segmented control.
final
- backgroundColor → Color?
-
If TabBarIOSStyle.normal this will used as borderColor, if null
CupertinoTheme.primaryColorwill used. if TabBarIOSStyle.sliding The color used to paint the rounded rect behind thechildrenand the separators. The default value is CupertinoColors.tertiarySystemFill. The background will not be painted if null is specified.final - direction → Axis?
-
defines the direction of tabs in a tab bar.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- isExpended → bool
-
Determines whether the sliding segmented control should expand to fill available width.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- style → TabBarIOSStyle
-
The style of the TabBar to use.
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