MonthWidgetStyle.raw constructor

const MonthWidgetStyle.raw({
  1. required int startOfWeek,
  2. required Decoration weeksDecoration,
  3. required EdgeInsetsGeometry weeksPadding,
  4. required bool removeIndividualWeekDecorations,
  5. required EdgeInsetsGeometry datePadding,
  6. required bool showDatesFromOtherMonths,
  7. 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,
});