mirror of
https://github.com/wgh136/pixes.git
synced 2025-09-27 12:57:24 +00:00
fix comment
This commit is contained in:
@@ -20,4 +20,6 @@ extension Navigation on BuildContext {
|
|||||||
Size get size => MediaQuery.of(this).size;
|
Size get size => MediaQuery.of(this).size;
|
||||||
|
|
||||||
EdgeInsets get padding => MediaQuery.of(this).padding;
|
EdgeInsets get padding => MediaQuery.of(this).padding;
|
||||||
|
|
||||||
|
EdgeInsets get viewInsets => MediaQuery.of(this).viewInsets;
|
||||||
}
|
}
|
||||||
|
@@ -889,7 +889,7 @@ class _CommentsPageState extends MultiPageLoadingState<_CommentsPage, Comment> {
|
|||||||
});
|
});
|
||||||
},
|
},
|
||||||
).paddingVertical(8).paddingHorizontal(12),
|
).paddingVertical(8).paddingHorizontal(12),
|
||||||
).paddingBottom(context.padding.bottom),
|
).paddingBottom(context.padding.bottom + context.viewInsets.bottom),
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user