onChanged property

(dynamic Function(T? result)?) onChanged
final

on picker result change

Implementation

final Function(T? result)? onChanged;