TF-1665 Enable app grid on mobile
(cherry picked from commit c9f9a2c214316606c8d3f9d63cf38c326369b112)
This commit is contained in:
@@ -65,6 +65,7 @@ class AppToast {
|
||||
Color? textActionColor,
|
||||
TextStyle? textStyle,
|
||||
EdgeInsets? padding,
|
||||
TextAlign? textAlign
|
||||
}
|
||||
) {
|
||||
final responsiveUtils = Get.find<ResponsiveUtils>();
|
||||
@@ -151,6 +152,7 @@ class AppToast {
|
||||
trailing: trailingWidget,
|
||||
leading: leadingWidget,
|
||||
padding: padding,
|
||||
textAlign: textAlign,
|
||||
toastDuration: infinityToast ? null : 3,
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user