TF-682 Support landscape tablet for ThreadView and EmailView
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user