dialogOkButtonLabel property

String? dialogOkButtonLabel
final

Color picker dialog OK button label.

Label shown on bottom action button for selecting the current color in the color picker dialog and closing the dialog and returning true.

If null, defaults to MaterialLocalizations.of(context).okButtonLabel.

Implementation

final String? dialogOkButtonLabel;