opt pages

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-06-05 14:57:54 +08:00
parent b960359a39
commit 707d2f4b07
66 changed files with 1165 additions and 481 deletions

View File

@@ -66,14 +66,14 @@ class PgcCardV extends StatelessWidget {
);
}),
),
bagumiContent(context)
content(context)
],
),
),
);
}
Widget bagumiContent(context) {
Widget content(BuildContext context) {
final theme = Theme.of(context);
final style = TextStyle(
fontSize: theme.textTheme.labelMedium!.fontSize,

View File

@@ -59,14 +59,14 @@ class PgcCardVTimeline extends StatelessWidget {
);
}),
),
bagumiContent(context)
content(context)
],
),
),
);
}
Widget bagumiContent(context) {
Widget content(BuildContext context) {
final theme = Theme.of(context);
return Expanded(
child: Padding(