argument property

  1. @override
({Map<CalendarFormat, String> availableCalendarFormats, AvailableGestures availableGestures, CalendarBuilders calendarBuilders, CalendarFormat calendarFormat, CalendarStyle calendarStyle, DateTime? currentDay, HitTestBehavior dayHitTestBehavior, double daysOfWeekHeight, DaysOfWeekStyle daysOfWeekStyle, bool daysOfWeekVisible, bool Function(DateTime)? enabledDayPredicate, List Function(DateTime)? eventLoader, DateTime firstDay, DateTime focusedDay, Curve formatAnimationCurve, Duration formatAnimationDuration, HeaderStyle headerStyle, bool headerVisible, bool Function(DateTime)? holidayPredicate, DateTime lastDay, dynamic locale, void Function(PageController)? onCalendarCreated, void Function(DateTime, DateTime)? onDayLongPressed, void Function(DateTime, DateTime)? onDaySelected, void Function(DateTime)? onDisabledDayLongPressed, void Function(DateTime)? onDisabledDayTapped, void Function(CalendarFormat)? onFormatChanged, void Function(DateTime)? onHeaderLongPressed, void Function(DateTime)? onHeaderTapped, void Function(DateTime)? onPageChanged, void Function(DateTime?, DateTime?, DateTime)? onRangeSelected, Curve pageAnimationCurve, Duration pageAnimationDuration, bool pageAnimationEnabled, bool pageJumpingEnabled, DateTime? rangeEndDay, RangeSelectionMode rangeSelectionMode, DateTime? rangeStartDay, double rowHeight, bool Function(DateTime)? selectedDayPredicate, bool shouldFillViewport, SimpleSwipeConfig simpleSwipeConfig, bool sixWeekMonthsEnforced, StartingDayOfWeek startingDayOfWeek, bool weekNumbersVisible, List<int> weekendDays}) get argument

Implementation

@override
({
  DateTime focusedDay,
  DateTime firstDay,
  DateTime lastDay,
  DateTime? currentDay,
  dynamic locale,
  DateTime? rangeStartDay,
  DateTime? rangeEndDay,
  List<int> weekendDays,
  CalendarFormat calendarFormat,
  Map<CalendarFormat, String> availableCalendarFormats,
  bool headerVisible,
  bool daysOfWeekVisible,
  bool pageJumpingEnabled,
  bool pageAnimationEnabled,
  bool sixWeekMonthsEnforced,
  bool shouldFillViewport,
  bool weekNumbersVisible,
  double rowHeight,
  double daysOfWeekHeight,
  Duration formatAnimationDuration,
  Curve formatAnimationCurve,
  Duration pageAnimationDuration,
  Curve pageAnimationCurve,
  StartingDayOfWeek startingDayOfWeek,
  HitTestBehavior dayHitTestBehavior,
  AvailableGestures availableGestures,
  SimpleSwipeConfig simpleSwipeConfig,
  HeaderStyle headerStyle,
  DaysOfWeekStyle daysOfWeekStyle,
  CalendarStyle calendarStyle,
  CalendarBuilders<dynamic> calendarBuilders,
  RangeSelectionMode rangeSelectionMode,
  List<dynamic> Function(DateTime)? eventLoader,
  bool Function(DateTime)? enabledDayPredicate,
  bool Function(DateTime)? selectedDayPredicate,
  bool Function(DateTime)? holidayPredicate,
  void Function(DateTime?, DateTime?, DateTime)? onRangeSelected,
  void Function(DateTime, DateTime)? onDaySelected,
  void Function(DateTime, DateTime)? onDayLongPressed,
  void Function(DateTime)? onDisabledDayTapped,
  void Function(DateTime)? onDisabledDayLongPressed,
  void Function(DateTime)? onHeaderTapped,
  void Function(DateTime)? onHeaderLongPressed,
  void Function(DateTime)? onPageChanged,
  void Function(CalendarFormat)? onFormatChanged,
  void Function(PageController)? onCalendarCreated,
}) get argument {
  return (
    focusedDay: focusedDay,
    firstDay: firstDay,
    lastDay: lastDay,
    currentDay: currentDay,
    locale: locale,
    rangeStartDay: rangeStartDay,
    rangeEndDay: rangeEndDay,
    weekendDays: weekendDays,
    calendarFormat: calendarFormat,
    availableCalendarFormats: availableCalendarFormats,
    headerVisible: headerVisible,
    daysOfWeekVisible: daysOfWeekVisible,
    pageJumpingEnabled: pageJumpingEnabled,
    pageAnimationEnabled: pageAnimationEnabled,
    sixWeekMonthsEnforced: sixWeekMonthsEnforced,
    shouldFillViewport: shouldFillViewport,
    weekNumbersVisible: weekNumbersVisible,
    rowHeight: rowHeight,
    daysOfWeekHeight: daysOfWeekHeight,
    formatAnimationDuration: formatAnimationDuration,
    formatAnimationCurve: formatAnimationCurve,
    pageAnimationDuration: pageAnimationDuration,
    pageAnimationCurve: pageAnimationCurve,
    startingDayOfWeek: startingDayOfWeek,
    dayHitTestBehavior: dayHitTestBehavior,
    availableGestures: availableGestures,
    simpleSwipeConfig: simpleSwipeConfig,
    headerStyle: headerStyle,
    daysOfWeekStyle: daysOfWeekStyle,
    calendarStyle: calendarStyle,
    calendarBuilders: calendarBuilders,
    rangeSelectionMode: rangeSelectionMode,
    eventLoader: eventLoader,
    enabledDayPredicate: enabledDayPredicate,
    selectedDayPredicate: selectedDayPredicate,
    holidayPredicate: holidayPredicate,
    onRangeSelected: onRangeSelected,
    onDaySelected: onDaySelected,
    onDayLongPressed: onDayLongPressed,
    onDisabledDayTapped: onDisabledDayTapped,
    onDisabledDayLongPressed: onDisabledDayLongPressed,
    onHeaderTapped: onHeaderTapped,
    onHeaderLongPressed: onHeaderLongPressed,
    onPageChanged: onPageChanged,
    onFormatChanged: onFormatChanged,
    onCalendarCreated: onCalendarCreated,
  );
}