SelectTagWithInputValueGetter<V> typedef

SelectTagWithInputValueGetter<V> = String Function(V data)

传入的泛型数据转换为值 以填充Widget

Implementation

typedef SelectTagWithInputValueGetter<V> = String Function(V data);