Fix overlapping on sheet
This commit is contained in:
parent
edde0a2478
commit
97c2a63387
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ Widget productDetail(context, id) {
|
|||
child: DraggableScrollableSheet(
|
||||
initialChildSize: 0.7,
|
||||
minChildSize: 0.5,
|
||||
maxChildSize: 1,
|
||||
maxChildSize: 0.965,
|
||||
builder: (_, controller) => FutureBuilder<dynamic>(
|
||||
future: getProduct(id),
|
||||
builder: (context, snapshot) {
|
||||
|
|
Loading…
Add table
Reference in a new issue