fix typos

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-12-05 11:35:47 +08:00
parent b4a46133be
commit ea52dd4484
51 changed files with 162 additions and 162 deletions

View File

@@ -58,7 +58,7 @@ class _UpowerRankPageState extends State<UpowerRankPage>
SliverPadding(
padding: EdgeInsets.only(bottom: padding.bottom + 100),
sliver: Obx(
() => _bilidBody(theme, _controller.loadingState.value),
() => _buildBody(theme, _controller.loadingState.value),
),
),
],
@@ -169,7 +169,7 @@ class _UpowerRankPageState extends State<UpowerRankPage>
}
}
Widget _bilidBody(
Widget _buildBody(
ThemeData theme,
LoadingState<List<UpowerRankInfo>?> loadingState,
) {