opt scroll physics

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-06-20 13:31:28 +08:00
parent 452b54d124
commit 480bdffdaa
59 changed files with 210 additions and 195 deletions

View File

@@ -1,8 +1,13 @@
import 'package:PiliPlus/utils/utils.dart';
import 'package:flutter/material.dart';
class SpaceOpusSkeleton extends StatelessWidget {
const SpaceOpusSkeleton({super.key});
const _ = _SpaceOpusSkeleton();
const opusDelegate = SliverChildListDelegate.fixed(
[_, _, _, _, _, _, _, _, _, _],
);
class _SpaceOpusSkeleton extends StatelessWidget {
const _SpaceOpusSkeleton();
@override
Widget build(BuildContext context) {