SimpleDateRangePickerStyle class

Constructors

SimpleDateRangePickerStyle.new({SimpleDateRangePickerColors? colors, TextStyle? monthTitleTextStyle, TextStyle? weekdayTextStyle, TextStyle? dayTextStyle, Radius? activeItemRadius, ButtonStyle? nextIconButtonStyle, ButtonStyle? previousIconButtonStyle})
const
SimpleDateRangePickerStyle.defaults(BuildContext context)
factory

Properties

activeItemRadius Radius?
final
colors SimpleDateRangePickerColors?
final
dayTextStyle TextStyle?
final
hashCode int
The hash code for this object.
no setterinherited
monthTitleTextStyle TextStyle?
final
nextIconButtonStyle ButtonStyle?
final
previousIconButtonStyle ButtonStyle?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
weekdayTextStyle TextStyle?
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