BasicTimeSelectorStyle class
The style configuration for BasicTimeSelector
- Inheritance
-
- Object
- BasicSelectorStyle
- BasicTimeSelectorStyle
Constructors
- BasicTimeSelectorStyle({TextStyle twoDotSeparatorStyle = const TextStyle(fontWeight: FontWeight.bold, fontSize: 20), Color? edgesGradientBackgroundColor, TextStyle notSelectedValueTextStyle = const TextStyle(fontWeight: FontWeight.normal), BoxDecoration? selectedValueContainerDecoration, TextStyle selectedValueTextStyle = const TextStyle(fontWeight: FontWeight.bold)})
-
const
Properties
- edgesGradientBackgroundColor → Color?
-
The Color for gradient on the edges of the selector
finalinherited
- hashCode → int
-
The hash code for this object.
no setterinherited
- notSelectedValueTextStyle → TextStyle
-
The TextStyle for the rest of the values that are not selected
finalinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- selectedValueContainerDecoration → BoxDecoration?
-
The BoxDecoration for the container around the selected value
finalinherited
- selectedValueTextStyle → TextStyle
-
The TextStyle or the selected value
finalinherited
- twoDotSeparatorStyle → TextStyle
-
The TextStyle for the two dot (
:
) separator that is in the middle of the two selectorsfinal
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