inital add wool modal design

This commit is contained in:
Leandro 2024-05-19 22:50:43 +02:00
parent 2445de13af
commit 22aca9618e
4 changed files with 44 additions and 5 deletions

View file

@ -39,6 +39,7 @@ class Woolcard extends StatelessWidget {
child: IconButton(
onPressed: () {
showModalBottomSheet(
showDragHandle: true,
context: context,
builder: (context) {
return WoolModal(id);