menu
clue_ui_component package
documentation
components/clue_time_period_button.dart
ClueTimePeriodButton
onChanged property
onChanged property
dark_mode
light_mode
onChanged
property
void Function
(
TimeOfDay
value
)
onChanged
final
The callback function when the time changes.
Implementation
final void Function(TimeOfDay value) onChanged;
clue_ui_component package
documentation
components/clue_time_period_button
ClueTimePeriodButton
onChanged property
ClueTimePeriodButton class