TimepickerWidget constructor
const
TimepickerWidget({
- Key? key,
- String? initialTime,
- required ValueChanged<
String> onHoraSeleccionada, - Color? colorIcono,
Implementation
const TimepickerWidget({
super.key,
this.initialTime,
required this.onHoraSeleccionada,
this.colorIcono,
});