ZwapWeeklyCalendarShowFilter.after constructor

ZwapWeeklyCalendarShowFilter.after(
  1. DateTime date
)

Implementation

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