value property

T? value
final

The value of the currently selected ComboboxItem.

If value is null and the button is enabled, placeholder will be displayed if it is non-null.

If value is null and the button is disabled, disabledHint will be displayed if it is non-null. If disabledHint is null, then placeholder will be displayed if it is non-null.

Implementation

final T? value;