ZdsDayPicker constructor

const ZdsDayPicker(
  1. {required DateTime startingWeekDate,
  2. List<DateTime>? initialSelectedDates,
  3. String? header,
  4. String? allText,
  5. List<int> disableDaysList = const <int>[],
  6. void onDaySelected(
    1. List<DateTime>
    )?,
  7. bool allowMultiSelect = false,
  8. bool showInCard = true,
  9. bool enabled = true,
  10. Key? key}
)

Constructs a ZdsDayPicker.

Implementation

const ZdsDayPicker