okTooltip property

String? okTooltip
final

Label used as tooltip for OK toolbar button.

Provide your own or use the default material localization label.

Defaults to MaterialLocalizations.of(context).okButtonLabel.

Implementation

final String? okTooltip;