androidCancelButton top-level property

String get androidCancelButton

Message shown on a button that the user can click to leave the current dialog.

Implementation

String get androidCancelButton => Intl.message(
  'Cancel',
  desc:
      'Message shown on a button that the user can click to leave the '
      'current dialog. Maximum 30 characters.',
);