SBBPickerStyle class
- Available extensions
Constructors
- SBBPickerStyle.new({Color? highlightColor, TextStyle? textStyle})
- SBBPickerStyle.$default({required SBBBaseStyle baseStyle})
-
factory
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- highlightColor → Color?
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- textStyle → TextStyle?
-
final
Methods
-
copyWith(
{Color? highlightColor, TextStyle? textStyle}) → SBBPickerStyle -
lerp(
SBBPickerStyle? other, double t) → SBBPickerStyle -
merge(
SBBPickerStyle? other) → SBBPickerStyle -
Available on SBBPickerStyle?, provided by the SBBPickerStyleExtension 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