fix: Fixed modal crash
This commit is contained in:
@@ -189,6 +189,7 @@ class _ImageFooterState extends State<ImageFooter> {
|
|||||||
return DraggableScrollableSheet(
|
return DraggableScrollableSheet(
|
||||||
expand: false,
|
expand: false,
|
||||||
initialChildSize: initialChildSize / size.height,
|
initialChildSize: initialChildSize / size.height,
|
||||||
|
minChildSize: initialChildSize / size.height,
|
||||||
builder: (context, scrollController) {
|
builder: (context, scrollController) {
|
||||||
return SingleChildScrollView(
|
return SingleChildScrollView(
|
||||||
controller: scrollController,
|
controller: scrollController,
|
||||||
|
|||||||
Reference in New Issue
Block a user