Delte button + create wool from modal
This commit is contained in:
parent
aa25288c3e
commit
732042255a
8 changed files with 52 additions and 29 deletions
|
|
@ -17,7 +17,7 @@ class ModalWrapper extends StatelessWidget {
|
|||
width: 750,
|
||||
height: MediaQuery.of(context).size.height - 100,
|
||||
child: Padding(
|
||||
padding: EdgeInsets.symmetric(horizontal: 25, vertical: 10),
|
||||
padding: EdgeInsets.symmetric(horizontal: 25, vertical: 0),
|
||||
child: Column(
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
|
|
|
|||
Reference in a new issue