onChanged property

ValueChanged<String>? onChanged
final

Callback when the time value changes value is the new time value in ISO 8601 format (time-only) note that seconds will always be 00 as we're selecting just hours and minutes e.g. "14:30:00Z"

Implementation

final ValueChanged<String>? onChanged;