menu
fo_components package
documentation
cubits/date_picker/date_picker_state.dart
DatePickerState
DatePickerState.new constructor
DatePickerState.new constructor
dark_mode
light_mode
DatePickerState
constructor
DatePickerState
(
{
required
DateTime
?
selectedDate
,
required
List
<
int
>
availableDays
,
})
Implementation
DatePickerState({required this.selectedDate, required this.availableDays});
fo_components package
documentation
cubits/date_picker/date_picker_state
DatePickerState
DatePickerState.new constructor
DatePickerState class