itemBuilder property
The builder from each item inside options. If optionsBuilder is given, then this parameter must not be provided.
Implementation
final Widget Function(T item)? itemBuilder;
The builder from each item inside options. If optionsBuilder is given, then this parameter must not be provided.
final Widget Function(T item)? itemBuilder;