TF-4193 Handle multi click to enable Label visibility feature

This commit is contained in:
dab246
2025-12-09 13:43:43 +07:00
committed by Dat H. Pham
parent d1cd9efbab
commit 10038a3836
23 changed files with 330 additions and 43 deletions
@@ -5612,4 +5612,11 @@ class AppLocalizations {
name: 'labelVisibilityToggleDescription',
);
}
String get theLabelFeatureIsNowAvailable {
return Intl.message(
'The label feature is now available.',
name: 'theLabelFeatureIsNowAvailable',
);
}
}