value property

T? value
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;