HareTimeRow constructor

HareTimeRow({
  1. required String title,
  2. TimeOfDay? time,
  3. void onChange(
    1. TimeOfDay dateTime
    )?,
})

Implementation

HareTimeRow({required this.title, this.time, this.onChange}) : super();