OnOptionSelect<T> typedef

OnOptionSelect<T> = void Function(T value)

Implementation

typedef OnOptionSelect<T> = void Function(T value);