menu
entao_hare package
documentation
widgets/widgets.dart
HareTimeRow
HareTimeRow.new constructor
HareTimeRow.new constructor
dark_mode
light_mode
HareTimeRow
constructor
HareTimeRow
(
{
required
String
title
,
TimeOfDay
?
time
,
void
onChange
(
TimeOfDay
dateTime
)?,
})
Implementation
HareTimeRow({required this.title, this.time, this.onChange}) : super();
entao_hare package
documentation
widgets/widgets
HareTimeRow
HareTimeRow.new constructor
HareTimeRow class