mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-19 08:36:17 +08:00
@@ -66,7 +66,7 @@ class LiveCardVApp extends StatelessWidget {
|
||||
);
|
||||
}
|
||||
|
||||
Widget liveContent(context) {
|
||||
Widget liveContent(BuildContext context) {
|
||||
final theme = Theme.of(context);
|
||||
return Expanded(
|
||||
flex: 1,
|
||||
@@ -107,7 +107,7 @@ class LiveCardVApp extends StatelessWidget {
|
||||
);
|
||||
}
|
||||
|
||||
Widget videoStat(context) {
|
||||
Widget videoStat(BuildContext context) {
|
||||
return Container(
|
||||
height: 50,
|
||||
padding: const EdgeInsets.only(top: 26, left: 10, right: 10),
|
||||
|
||||
Reference in New Issue
Block a user