InputTimePicker constructor
const
InputTimePicker({})
Implementation
const InputTimePicker({
Key? key,
required this.initialTime,
required this.onTimeChanged,
required this.accentColor,
this.selectedBackgroundColor,
this.unselectedBoxBackgroundColor,
this.backgroundColor,
this.inputBorderColor,
this.timeTextColor,
this.unselectedTextColor,
}) : super(key: key);