MonthWidgetStyle.raw constructor
const
MonthWidgetStyle.raw({
- required int startOfWeek,
- required Decoration weeksDecoration,
- required EdgeInsetsGeometry weeksPadding,
- required bool removeIndividualWeekDecorations,
- required EdgeInsetsGeometry datePadding,
- required bool showDatesFromOtherMonths,
- required bool showDatesFromOtherMonthsAsDisabled,
Implementation
const MonthWidgetStyle.raw({
required this.startOfWeek,
required this.weeksDecoration,
required this.weeksPadding,
required this.removeIndividualWeekDecorations,
required this.datePadding,
required this.showDatesFromOtherMonths,
required this.showDatesFromOtherMonthsAsDisabled,
});