disabledTitle property

String? disabledTitle
final

The text that is displayed when the pull-down is disabled.

If the pulldown is disabled (items is null), this is displayed as a title for the pull-down button.

Implementation

final String? disabledTitle;