inital add wool modal design
This commit is contained in:
parent
2445de13af
commit
22aca9618e
4 changed files with 44 additions and 5 deletions
|
|
@ -39,6 +39,7 @@ class Woolcard extends StatelessWidget {
|
|||
child: IconButton(
|
||||
onPressed: () {
|
||||
showModalBottomSheet(
|
||||
showDragHandle: true,
|
||||
context: context,
|
||||
builder: (context) {
|
||||
return WoolModal(id);
|
||||
|
|
|
|||
Reference in a new issue