CalendarStyleConfiguration constructor

const CalendarStyleConfiguration({
  1. Color? backgroundColor,
  2. Color? selectionColor,
  3. TextStyle? unselectedDateStyle,
  4. TextStyle? selectedDateStyle,
  5. TextStyle? yearTextStyle,
  6. TextStyle? monthTextStyle,
  7. TextStyle? dateTextStyle,
  8. ButtonStyleConfiguration? buttonStyleConfiguration,
})

Implementation

const CalendarStyleConfiguration({
  this.backgroundColor,
  this.selectionColor,
  this.unselectedDateStyle,
  this.selectedDateStyle,
  this.yearTextStyle,
  this.monthTextStyle,
  this.dateTextStyle,
  this.buttonStyleConfiguration,
});