disabledPlaceholder property

Widget? disabledPlaceholder
final

A preferred placeholder widget that is displayed when the combo box is disabled.

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

Implementation

final Widget? disabledPlaceholder;