disabledHint property

Widget? disabledHint
final

A message to show when the dropdown is disabled.

Displayed if items or onChanged is null. If hint is non-null and disabledHint is null, the hint widget will be displayed instead.

Implementation

final Widget? disabledHint;