TF-682 Support landscape tablet for ThreadView and EmailView

This commit is contained in:
dab246
2022-07-01 17:24:14 +07:00
committed by Dat H. Pham
parent 01d8e3639a
commit ffe5fe5056
14 changed files with 271 additions and 228 deletions
@@ -74,7 +74,7 @@ class ButtonBuilder {
_paddingIcon = paddingIcon;
}
void text(String text, {required bool isVertical}) {
void text(String? text, {required bool isVertical}) {
_text = text;
_isVertical = isVertical;
}