UpdatePickerState typedef

UpdatePickerState = void Function(PickerStateArgs updatePickerStateDetails)

Signature for callback that reports that the picker state value changed.

Implementation

typedef UpdatePickerState = void Function(
    PickerStateArgs updatePickerStateDetails);