ImpaktfullDateTimePicker.horizontal constructor

const ImpaktfullDateTimePicker.horizontal({
  1. required DateTime? selectedDateTime,
  2. required ValueChanged<DateTime> onChanged,
  3. String? dateTimeTitle,
  4. DateTime? initialDate,
  5. Key? key,
})

Implementation

const ImpaktfullDateTimePicker.horizontal({
  required this.selectedDateTime,
  required this.onChanged,
  this.dateTimeTitle,
  this.initialDate,
  super.key,
})  : vertical = false,
      dateTitle = null,
      timeTitle = null;