TimePicker constructor
const
TimePicker({})
Implementation
const TimePicker({
super.key,
this.accentColor = Colors.white,
this.backgroundColor = Colors.black,
this.textColor = Colors.white,
this.selectedBackgroundColor = Colors.white24,
this.onTimeChanged,
this.fullWidth = true,
this.horizontalPadding = 16.0,
});