itemBuilder property
The builder function used to create each item of the combo box.
Implementation
final Widget Function(T item) itemBuilder;
The builder function used to create each item of the combo box.
final Widget Function(T item) itemBuilder;