update remove animation

This commit is contained in:
efrilm
2026-05-12 14:48:53 +07:00
parent 411d1274bd
commit 86d581f5ea
12 changed files with 439 additions and 477 deletions
+6
View File
@@ -1300,6 +1300,12 @@ abstract class AppLocalizations {
/// In en, this message translates to:
/// **'Device'**
String get device;
/// No description provided for @profit_loss.
///
/// In en, this message translates to:
/// **'Laba Rugi'**
String get profit_loss;
}
class _AppLocalizationsDelegate extends LocalizationsDelegate<AppLocalizations> {