DatePickerOptions class

Constructors

DatePickerOptions({double itemExtent = 30.0, double diameterRatio = 3, double perspective = 0.01, bool? isLoop, Color backgroundColor = Colors.white})
const

Properties

backgroundColor Color
The color to paint behind the date picker
final
diameterRatio double
final
hashCode int
The hash code for this object.
no setterinherited
isLoop bool?
Optional boolean to define if all/none scrollViews should loop
final
itemExtent double
Size of each child in the main axis
final
perspective double
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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