Switch to extended floating action button

This commit is contained in:
Leandro 2024-05-20 13:07:17 +02:00
parent dcd05b53b4
commit f8612b9bc3
2 changed files with 4 additions and 3 deletions

View file

@ -14,7 +14,7 @@ class ModalWrapper extends StatelessWidget {
child: Wrap(
children: [
SizedBox(
width: 500,
width: 750,
height: MediaQuery.of(context).size.height - 100,
child: Padding(
padding: EdgeInsets.symmetric(horizontal: 25, vertical: 10),