mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
chore: code clean up
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -19,11 +19,11 @@ class FavVideoCardH extends StatelessWidget {
|
||||
final int? searchType;
|
||||
|
||||
const FavVideoCardH({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.videoItem,
|
||||
this.callFn,
|
||||
this.searchType,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
@@ -215,7 +215,7 @@ class VideoContent extends StatelessWidget {
|
||||
child: IconButton(
|
||||
tooltip: '取消收藏',
|
||||
style: ButtonStyle(
|
||||
padding: MaterialStateProperty.all(EdgeInsets.zero),
|
||||
padding: WidgetStateProperty.all(EdgeInsets.zero),
|
||||
),
|
||||
onPressed: () {
|
||||
showDialog(
|
||||
|
||||
Reference in New Issue
Block a user