title property

String? title
final

The text to display as title for the pull-down button.

If this is provided, icon should be null.

If the pull-down is disabled and disabledTitle is null, then this is displayed instead.

Implementation

final String? title;