SBBSegmentedButtonStyle class
- Available extensions
Constructors
- SBBSegmentedButtonStyle({SBBSegmentedButtonInnerStyle? defaultStyle, SBBSegmentedButtonInnerStyle? selectedStyle})
- SBBSegmentedButtonStyle.$default({required SBBBaseStyle baseStyle})
-
factory
- SBBSegmentedButtonStyle.red({required SBBBaseStyle baseStyle})
-
factory
Properties
- defaultStyle → SBBSegmentedButtonInnerStyle?
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedStyle → SBBSegmentedButtonInnerStyle?
-
final
Methods
-
copyWith(
{SBBSegmentedButtonInnerStyle? defaultStyle, SBBSegmentedButtonInnerStyle? selectedStyle, Color? iconColor}) → SBBSegmentedButtonStyle -
getIconColor(
bool selected) → Color? -
Available on SBBSegmentedButtonStyle?, provided by the SBBSegmentedButtonStyleExtension extension
-
getTextStyle(
bool selected) → TextStyle? -
Available on SBBSegmentedButtonStyle?, provided by the SBBSegmentedButtonStyleExtension extension
-
lerp(
SBBSegmentedButtonStyle? other, double t) → SBBSegmentedButtonStyle -
merge(
SBBSegmentedButtonStyle? other) → SBBSegmentedButtonStyle -
Available on SBBSegmentedButtonStyle?, provided by the SBBSegmentedButtonStyleExtension extension
-
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