dialogCancelButtonLabel property

String? dialogCancelButtonLabel
final

Color picker dialog cancel button label.

Label shown on the button for cancelling the color picking and closing the dialog and returning false.

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

Implementation

final String? dialogCancelButtonLabel;