动态发布

This commit is contained in:
2022-10-27 11:41:50 +08:00
parent aa30a11af2
commit 6077d6dcaf
13 changed files with 30 additions and 17 deletions

View File

@@ -15,8 +15,9 @@ class MomentsPage extends StatelessWidget {
final ctrl = MomentController.to;
return Scaffold(
body: Padding(
padding:
EdgeInsets.only(bottom: MediaQuery.of(context).viewPadding.bottom),
padding: EdgeInsets.only(
bottom: MediaQuery.of(context).viewPadding.bottom,
),
child: EasyRefresh.custom(
scrollController: ctrl.scrollController,
controller: ctrl.refreshController,