editor_exit_tip property

String get editor_exit_tip

Do you want to save the edited effects before exiting?

Implementation

String get editor_exit_tip {
  return Intl.message(
    'Do you want to save the edited effects before exiting?',
    name: 'editor_exit_tip',
    desc: '',
    args: [],
  );
}