value property
final
The value of the selected item.
A ZetaDropdownItem in items must have a corresponding value for this to be set.
Implementation
final T? value;
The value of the selected item.
A ZetaDropdownItem in items must have a corresponding value for this to be set.
final T? value;