insert pages

This commit is contained in:
Thinzar Win
2020-05-29 16:14:17 +06:30
parent bad27ba5c4
commit f4823d82f8
30 changed files with 1431 additions and 959 deletions

View File

@@ -12,7 +12,7 @@ class LocalText extends Text {
double fontSize,
FontWeight fontWeight,
List<String> translationVariables,
bool underline=false})
bool underline = false})
: super(
AppTranslations.of(context).text(translationKey,
translationVariables: translationVariables),