Fix overlapping on sheet

This commit is contained in:
Moe Poi ~ 2022-05-21 23:20:20 +07:00
parent edde0a2478
commit 97c2a63387

View file

@ -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) {