fixed scrolling
This commit is contained in:
parent
109a3f016d
commit
0b106f63b8
|
|
@ -213,15 +213,11 @@ class _CombinedDrawDialogState extends State<CombinedDrawDialog>
|
|||
showRecordingIndicator: true,
|
||||
child: Dialog(
|
||||
shape: RoundedRectangleBorder(borderRadius: BorderRadius.circular(16.r)),
|
||||
insetPadding: EdgeInsets.symmetric(horizontal: 16.w, vertical: 24.h),
|
||||
insetPadding: EdgeInsets.symmetric(horizontal: 16.w, vertical: 40.h),
|
||||
child: Container(
|
||||
width: double.infinity,
|
||||
constraints: BoxConstraints(
|
||||
maxHeight: 0.9.sh,
|
||||
maxWidth: 500.w,
|
||||
),
|
||||
child: Column(
|
||||
mainAxisSize: MainAxisSize.min,
|
||||
mainAxisSize: MainAxisSize.max,
|
||||
children: [
|
||||
// Header
|
||||
Container(
|
||||
|
|
|
|||
Loading…
Reference in New Issue