disabledHint property

Widget? disabledHint
final

A preferred placeholder widget that is displayed when the combobox is disabled.

If value is null, the combobox is disabled (items or onChanged is null), this widget is displayed as a placeholder for the combobox button's value.

Implementation

final Widget? disabledHint;