ScrollWheelDatePickerTheme class abstract
- Implementers
Constructors
- ScrollWheelDatePickerTheme.new({double wheelPickerHeight = defaultWheelPickerHeight, double itemExtent = defaultItemExtent, double overAndUnderCenterOpacity = defaultOpacity, MonthFormat monthFormat = MonthFormat.full, TextStyle? itemTextStyle, ScrollWheelDatePickerOverlay overlay = ScrollWheelDatePickerOverlay.holo, Color? overlayColor, bool fadeEdges = true})
-
An abstract class for common themes of the
ScrollWheelDatePicker
. ScrollWheelDatePicker
Properties
- fadeEdges → bool
-
Apply vertical faded-edges to smoothly transition overlapping items. Defaults to
true
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- itemExtent → double
-
Maximum height of each ScrollWheelDatePicker's items. Defaults to defaultItemExtent.
final
- itemTextStyle → TextStyle?
-
Text style of the items in the ScrollWheelDatePicker. Defaults to defaultItemTextStyle.
final
- monthFormat → MonthFormat
-
Format of the month in the ScrollWheelDatePicker. Defaults to MonthFormat.full.
final
- overAndUnderCenterOpacity → double
-
Opacity of the items in the ScrollWheelDatePicker that are off centered. Defaults to defaultOpacity.
final
- overlay → ScrollWheelDatePickerOverlay
-
Apply selected item's center overlay. Defaults to ScrollWheelDatePickerOverlay.holo.
final
- overlayColor → Color?
-
Selected item's center overlay color.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- wheelPickerHeight → double
-
Actual height of the ScrollWheelDatePicker widget. Defaults to defaultWheelPickerHeight.
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