BeautifulTimePicker constructor
const
BeautifulTimePicker({})
Implementation
const BeautifulTimePicker({
Key? key,
this.accentColor = Colors.blue,
this.backgroundColor = Colors.black,
this.textColor = Colors.white,
this.selectedBackgroundColor = Colors.grey,
this.onTimeChanged,
}) : super(key: key);