fix: Fixed modal crash
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user