mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-05 01:27:49 +08:00
chore: code clean up
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -4,10 +4,10 @@ import 'package:flutter/material.dart';
|
||||
|
||||
class AnimatedDialog extends StatefulWidget {
|
||||
const AnimatedDialog({
|
||||
Key? key,
|
||||
super.key,
|
||||
required this.videoItem,
|
||||
required this.closeFn,
|
||||
}) : super(key: key);
|
||||
});
|
||||
|
||||
final dynamic videoItem;
|
||||
final Function closeFn;
|
||||
|
||||
Reference in New Issue
Block a user