opt follow tab

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-10 13:28:24 +08:00
parent 4c758bb1a3
commit bdf3cfc750
12 changed files with 52 additions and 38 deletions

View File

@@ -3,6 +3,9 @@ import 'package:flutter/material.dart';
Widget get loadingWidget => const Center(child: CircularProgressIndicator());
Widget get linearLoading =>
const SliverToBoxAdapter(child: LinearProgressIndicator());
Widget errorWidget({errMsg, onReload}) => HttpError(
isSliver: false,
errMsg: errMsg,