TF-1915 Add await for all show dialog
(cherry picked from commit f710f75f3ffb29a4e2fabfc33054eaa4554a944c)
This commit is contained in:
@@ -163,7 +163,7 @@ class ToastView {
|
||||
required double currentMaxWidth,
|
||||
Widget? leading
|
||||
}) {
|
||||
return leading == null ? currentMaxWidth : currentMaxWidth - 90;
|
||||
return leading == null ? currentMaxWidth : currentMaxWidth - 100;
|
||||
}
|
||||
|
||||
static Positioned _showWidgetBasedOnPosition(
|
||||
|
||||
Reference in New Issue
Block a user