PickerItemBuilder<T> typedef

PickerItemBuilder<T> = Widget Function(BuildContext context, T data, bool checked, ValueChanged<T> onChanged)

选择项构造方法

Implementation

typedef PickerItemBuilder<T> = Widget Function(
  BuildContext context,
  T data,
  bool checked,
  ValueChanged<T> onChanged,
);