DayBoxStyle constructor
const
DayBoxStyle({
- BoxShape shape = BoxShape.rectangle,
- EdgeInsets padding = const EdgeInsets.all(6),
- double? landscapeWidthRatio,
- Color? selectedBackground,
- Color? unselectedBackground,
- TextStyle? selectedTextStyle,
- TextStyle? unselectedTextStyle,
- TextStyle? unselectedSaturdayTextStyle,
- TextStyle? unselectedHolidayTextStyle,
Assign style data of DayBox
Implementation
const DayBoxStyle(
{this.shape = BoxShape.rectangle,
this.padding = const EdgeInsets.all(6),
this.landscapeWidthRatio,
this.selectedBackground,
this.unselectedBackground,
this.selectedTextStyle,
this.unselectedTextStyle,
this.unselectedSaturdayTextStyle,
this.unselectedHolidayTextStyle});