onChanged property

  1. @override
ValueChanged<TimeOfDay?>? onChanged
final

Callback invoked when the component's value changes.

This callback is called whenever the user interacts with the component or when the value is changed programmatically. The callback receives the new value as its parameter.

Implementation

@override
final ValueChanged<TimeOfDay?>? onChanged;