TF-1301 Add font size dropdown menu button

Signed-off-by: dab246 <tdvu@linagora.com>
(cherry picked from commit 1aee8b4f7dbde30c7fbf2e9aa722632c9df9cd21)
This commit is contained in:
dab246
2023-10-13 19:35:51 +07:00
committed by Dat H. Pham
parent 95edd63c04
commit 9419b600aa
10 changed files with 226 additions and 18 deletions
@@ -3361,4 +3361,11 @@ class AppLocalizations {
name: 'newSubfolder',
);
}
String get textSize {
return Intl.message(
'Text Size',
name: 'textSize'
);
}
}