mirror of
https://github.com/SyncrowIOT/web.git
synced 2025-07-09 22:57:21 +00:00
fix bugs
This commit is contained in:
@ -7,6 +7,7 @@ Future<void> showCustomDialog({
|
||||
required String message,
|
||||
String? title,
|
||||
String? iconPath,
|
||||
Widget? widget,
|
||||
double? dialogHeight,
|
||||
double? iconHeight,
|
||||
double? iconWidth,
|
||||
@ -53,6 +54,8 @@ Future<void> showCustomDialog({
|
||||
textAlign: TextAlign.center,
|
||||
),
|
||||
),
|
||||
if(widget!=null)
|
||||
Expanded(child:widget)
|
||||
],
|
||||
),
|
||||
),
|
||||
|
Reference in New Issue
Block a user