FoDatePickerComponent constructor

FoDatePickerComponent()

Implementation

FoDatePickerComponent()
    : datePickerCubit = DatePickerCubit(null),
      weekdays = List.generate(
          7,
          (index) => DateFormat(DateFormat.ABBR_WEEKDAY)
              .format(DateTime(2021, 10, 11 + index)));