value property

T? value

Retrieves the current value of the dropdown.

Implementation

T? get value => _controller.value;