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