mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-25 03:26:22 +08:00
@@ -19,7 +19,7 @@ class HttpError extends StatelessWidget {
|
||||
Widget build(BuildContext context) {
|
||||
return isSliver
|
||||
? SliverToBoxAdapter(child: content(context))
|
||||
: content(context);
|
||||
: SizedBox(width: double.infinity, child: content(context));
|
||||
}
|
||||
|
||||
Widget content(BuildContext context) {
|
||||
|
||||
Reference in New Issue
Block a user