C2Builder<T> typedef

C2Builder<T> = Widget? Function(C2Choice<T> item, int i)

Builder for custom choice item

Implementation

typedef C2Builder<T> = Widget? Function(C2Choice<T> item, int i);