TF-736 Add header style inside rich text button

This commit is contained in:
dab246
2022-07-22 18:38:15 +07:00
committed by Dat H. Pham
parent 3cbf656d50
commit f5aaf2b344
5 changed files with 24 additions and 1 deletions
@@ -1719,4 +1719,10 @@ class AppLocalizations {
'Code view',
name: 'codeView');
}
String get headerStyle {
return Intl.message(
'Style',
name: 'headerStyle');
}
}