itemBuilder property
A custom widget builder for rendering each item in the dropdown.
Example: Building a ListTile
or a Card
for each item.
Implementation
final Widget Function(T item)? itemBuilder;
A custom widget builder for rendering each item in the dropdown.
Example: Building a ListTile
or a Card
for each item.
final Widget Function(T item)? itemBuilder;