MaterialRoundedDatePickerStyle constructor

MaterialRoundedDatePickerStyle({
  1. TextStyle? textStyleYearButton,
  2. TextStyle? textStyleDayButton,
  3. TextStyle? textStyleDayHeader,
  4. TextStyle? textStyleDayOnCalendar,
  5. TextStyle? textStyleCurrentDayOnCalendar,
  6. TextStyle? textStyleDayOnCalendarSelected,
  7. TextStyle? textStyleDayOnCalendarDisabled,
  8. TextStyle? textStyleMonthYearHeader,
  9. EdgeInsets? paddingDatePicker,
  10. EdgeInsets? paddingActionBar,
  11. EdgeInsets? paddingMonthHeader,
  12. EdgeInsets? paddingDateYearHeader,
  13. double? sizeArrow,
  14. double? marginRightArrowNext,
  15. double? marginTopArrowNext,
  16. double? marginLeftArrowPrevious,
  17. double? marginTopArrowPrevious,
  18. TextStyle? textStyleButtonNegative,
  19. TextStyle? textStyleButtonPositive,
  20. TextStyle? textStyleButtonAction,
  21. BoxDecoration? decorationDateSelected,
  22. Color? colorArrowNext,
  23. Color? colorArrowPrevious,
  24. Color? backgroundActionBar,
  25. Color? backgroundPicker,
  26. Color? backgroundHeader,
  27. Color? backgroundHeaderMonth,
})

Implementation

MaterialRoundedDatePickerStyle({
  this.textStyleYearButton,
  this.textStyleDayButton,
  this.textStyleDayHeader,
  this.textStyleDayOnCalendar,
  this.textStyleCurrentDayOnCalendar,
  this.textStyleDayOnCalendarSelected,
  this.textStyleDayOnCalendarDisabled,
  this.textStyleMonthYearHeader,
  this.paddingDatePicker,
  this.paddingActionBar,
  this.paddingMonthHeader,
  this.paddingDateYearHeader,
  this.sizeArrow,
  this.marginRightArrowNext,
  this.marginTopArrowNext,
  this.marginLeftArrowPrevious,
  this.marginTopArrowPrevious,
  this.textStyleButtonNegative,
  this.textStyleButtonPositive,
  this.textStyleButtonAction,
  this.decorationDateSelected,
  this.colorArrowNext,
  this.colorArrowPrevious,
  this.backgroundActionBar,
  this.backgroundPicker,
  this.backgroundHeader,
  this.backgroundHeaderMonth,
});