ZwapWeeklyCalendarShowFilter.between constructor

ZwapWeeklyCalendarShowFilter.between(
  1. DateTime start,
  2. DateTime end
)

Implementation

ZwapWeeklyCalendarShowFilter.between(DateTime start, DateTime end)
    : _disablePast = false,
      this._hidePast = false,
      this._showedWeekdays = [1, 2, 3, 4, 5, 6, 7],
      this._firstDay = start,
      this._lastDay = end,
      this._disabledItems = const [],
      this._disableAfter = null,
      this._customSlotsDecorations = {};