mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 11:08:03 +08:00
@@ -6,7 +6,7 @@ import 'package:PiliPlus/utils/storage.dart';
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:get/get.dart';
|
||||
|
||||
class BottomControl extends StatelessWidget implements PreferredSizeWidget {
|
||||
class BottomControl extends StatelessWidget {
|
||||
const BottomControl({
|
||||
super.key,
|
||||
required this.plPlayerController,
|
||||
@@ -23,9 +23,6 @@ class BottomControl extends StatelessWidget implements PreferredSizeWidget {
|
||||
final TextStyle subTitleStyle;
|
||||
final TextStyle titleStyle;
|
||||
|
||||
@override
|
||||
Size get preferredSize => const Size(double.infinity, kToolbarHeight);
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
return AppBar(
|
||||
|
||||
Reference in New Issue
Block a user