selectedItemBuilder property
ItemBuilder<Value> ?
selectedItemBuilder
final
This function is invoked to render the selected item
This function takes the context and the value
and must return a FieldItem that represent that value.
Implementation
final ItemBuilder<Value>? selectedItemBuilder;