fix: Fixed modal crash

This commit is contained in:
Deven Joshi
2021-01-20 13:03:23 +05:30
parent f040231541
commit 183aefb0e7
@@ -189,6 +189,7 @@ class _ImageFooterState extends State<ImageFooter> {
return DraggableScrollableSheet(
expand: false,
initialChildSize: initialChildSize / size.height,
minChildSize: initialChildSize / size.height,
builder: (context, scrollController) {
return SingleChildScrollView(
controller: scrollController,