TF-1960 Fix alignment arrow button in RTL mode

(cherry picked from commit c3101d1710874d295eac6821853bc72095022446)
This commit is contained in:
dab246
2023-07-07 13:55:32 +07:00
committed by Dat Vu
parent fb5f96f316
commit 0824e25910
4 changed files with 37 additions and 38 deletions
@@ -36,7 +36,7 @@ class ButtonBuilder {
_context = context;
}
void size(double size) {
void size(double? size) {
_size = size;
}