tDiscardChangesText property

  1. @override
String get tDiscardChangesText
override

No description provided for @tDiscardChangesText.

In en, this message translates to: 'Do you really want to leave the page and discard the changes? Changes won't be saved.'

Implementation

@override
String get tDiscardChangesText =>
    'Do you really want to leave the page and discard the changes? Changes won\'t be saved.';