disabledHint property

Widget? disabledHint
final

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

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

Implementation

final Widget? disabledHint;