mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-26 20:16:26 +08:00
@@ -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,
|
||||
|
||||
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user