back property

String get back

Tooltip for the back button.

Implementation

String get back => Intl.message(
  'Back',
  name: 'back',
  desc: 'Tooltip for navigation back button',
  locale: locale.toString(),
);