Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-05 18:55:07 +08:00
parent 707d2f4b07
commit b149ee4998
39 changed files with 472 additions and 535 deletions

View File

@@ -8,7 +8,8 @@ import 'package:flutter/rendering.dart';
class Grid {
static double smallCardWidth = GStorage.smallCardWidth;
static SliverGridDelegateWithExtentAndRatio videoCardHDelegate(context,
static SliverGridDelegateWithExtentAndRatio videoCardHDelegate(
BuildContext context,
{double minHeight = 90}) =>
SliverGridDelegateWithExtentAndRatio(
mainAxisSpacing: 2,