DatePickerScrollViewOptions class

Constructors

DatePickerScrollViewOptions({ScrollViewDetailOptions year = const ScrollViewDetailOptions(margin: EdgeInsets.all(4)), ScrollViewDetailOptions month = const ScrollViewDetailOptions(margin: EdgeInsets.all(4)), ScrollViewDetailOptions day = const ScrollViewDetailOptions(margin: EdgeInsets.all(4)), MainAxisAlignment mainAxisAlignment = MainAxisAlignment.center, CrossAxisAlignment crossAxisAlignment = CrossAxisAlignment.center})
const

Properties

crossAxisAlignment CrossAxisAlignment
final
day ScrollViewDetailOptions
final
hashCode int
The hash code for this object.
no setterinherited
mainAxisAlignment MainAxisAlignment
final
month ScrollViewDetailOptions
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
year ScrollViewDetailOptions
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