value property
T?
value
final
The associated value for the dropdown item. The type of value is generic T
.
Implementation
final T? value;
The associated value for the dropdown item. The type of value is generic T
.
final T? value;