MaterialRoundedDatePickerStyle class

Constructors

MaterialRoundedDatePickerStyle({TextStyle? textStyleYearButton, TextStyle? textStyleDayButton, TextStyle? textStyleDayHeader, TextStyle? textStyleDayOnCalendar, TextStyle? textStyleCurrentDayOnCalendar, TextStyle? textStyleDayOnCalendarSelected, TextStyle? textStyleDayOnCalendarDisabled, TextStyle? textStyleMonthYearHeader, EdgeInsets? paddingDatePicker, EdgeInsets? paddingActionBar, EdgeInsets? paddingMonthHeader, EdgeInsets? paddingDateYearHeader, double? sizeArrow, double? marginRightArrowNext, double? marginTopArrowNext, double? marginLeftArrowPrevious, double? marginTopArrowPrevious, TextStyle? textStyleButtonNegative, TextStyle? textStyleButtonPositive, TextStyle? textStyleButtonAction, BoxDecoration? decorationDateSelected, Color? colorArrowNext, Color? colorArrowPrevious, Color? backgroundActionBar, Color? backgroundPicker, Color? backgroundHeader, Color? backgroundHeaderMonth})

Properties

backgroundActionBar Color?
getter/setter pair
backgroundHeader Color?
getter/setter pair
backgroundHeaderMonth Color?
getter/setter pair
backgroundPicker Color?
getter/setter pair
colorArrowNext Color?
getter/setter pair
colorArrowPrevious Color?
getter/setter pair
decorationDateSelected BoxDecoration?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
marginLeftArrowPrevious double?
getter/setter pair
marginRightArrowNext double?
getter/setter pair
marginTopArrowNext double?
getter/setter pair
marginTopArrowPrevious double?
getter/setter pair
paddingActionBar EdgeInsets?
getter/setter pair
paddingDatePicker EdgeInsets?
getter/setter pair
paddingDateYearHeader EdgeInsets?
getter/setter pair
paddingMonthHeader EdgeInsets?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sizeArrow double?
getter/setter pair
textStyleButtonAction TextStyle?
getter/setter pair
textStyleButtonNegative TextStyle?
getter/setter pair
textStyleButtonPositive TextStyle?
getter/setter pair
textStyleCurrentDayOnCalendar TextStyle?
getter/setter pair
textStyleDayButton TextStyle?
getter/setter pair
textStyleDayHeader TextStyle?
getter/setter pair
textStyleDayOnCalendar TextStyle?
getter/setter pair
textStyleDayOnCalendarDisabled TextStyle?
getter/setter pair
textStyleDayOnCalendarSelected TextStyle?
getter/setter pair
textStyleMonthYearHeader TextStyle?
getter/setter pair
textStyleYearButton TextStyle?
getter/setter pair

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