FlickerDateInput constructor
FlickerDateInput({
- Key? key,
- DateTime? initialDateValue,
- String? labelText,
- bool? uppercaseLabelAndHint = true,
- ValueChanged<
DateTime?> ? onDateChanged, - ValueChanged<
TimeOfDay> ? onTimeOfDayChanged, - FlickerDateMode mode = FlickerDateMode.Date,
- bool readonly = false,
- TimeOfDay? initialTimeOfDayValue,
Implementation
FlickerDateInput({
Key? key,
this.initialDateValue,
this.labelText,
this.uppercaseLabelAndHint = true,
this.onDateChanged,
this.onTimeOfDayChanged,
this.mode = FlickerDateMode.Date,
this.readonly = false,
this.initialTimeOfDayValue,
}) : super(key: key);