value property

T? value
final

The actual data value associated with this item.

This is the value returned when this item is selected. It can be any type T such as String, int, or custom objects.

Implementation

final T? value;