|
|
@@ -14,14 +14,14 @@ void talkDeleteDialog(String? talkId, String? talkTitle,
|
|
|
{TalkDeleteBuilder? returnBuilder}) {
|
|
|
SmartDialog.show(
|
|
|
builder: (_) {
|
|
|
- return IntrinsicHeight(
|
|
|
- child: Container(
|
|
|
- padding: EdgeInsets.all(16.w),
|
|
|
- width: 280.w,
|
|
|
- decoration: BoxDecoration(
|
|
|
- color: Colors.white,
|
|
|
- borderRadius: BorderRadius.circular(12),
|
|
|
- ),
|
|
|
+ return Container(
|
|
|
+ padding: EdgeInsets.all(16.w),
|
|
|
+ width: 280.w,
|
|
|
+ decoration: BoxDecoration(
|
|
|
+ color: Colors.white,
|
|
|
+ borderRadius: BorderRadius.circular(12),
|
|
|
+ ),
|
|
|
+ child: IntrinsicHeight(
|
|
|
child: Column(
|
|
|
children: [
|
|
|
SizedBox(height: 24.h),
|