mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 02:56:58 +08:00
opt follow page
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -50,7 +50,11 @@ class _FollowChildPageState extends State<FollowChildPage>
|
|||||||
physics: const AlwaysScrollableScrollPhysics(),
|
physics: const AlwaysScrollableScrollPhysics(),
|
||||||
slivers: [
|
slivers: [
|
||||||
SliverPadding(
|
SliverPadding(
|
||||||
padding: EdgeInsets.only(bottom: padding.bottom + 100),
|
padding: EdgeInsets.only(
|
||||||
|
left: padding.left,
|
||||||
|
right: padding.right,
|
||||||
|
bottom: padding.bottom + 100,
|
||||||
|
),
|
||||||
sliver: Obx(
|
sliver: Obx(
|
||||||
() => _buildBody(_followController.loadingState.value),
|
() => _buildBody(_followController.loadingState.value),
|
||||||
),
|
),
|
||||||
|
|||||||
Reference in New Issue
Block a user