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, disabledPlaceholder will be displayed if it is non-null. If disabledPlaceholder is null, then placeholder will be displayed if it is non-null.

Implementation

final T? value;