disabledHint property

String? disabledHint
final

A message to show when the dropdown is disabled.

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

Implementation

final String? disabledHint;