mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-23 10:36:24 +08:00
chore: code clean up
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -17,8 +17,7 @@ class ActionPanel extends StatefulWidget {
|
||||
super.key,
|
||||
this.item,
|
||||
});
|
||||
// ignore: prefer_typing_uninitialized_variables
|
||||
final item;
|
||||
final dynamic item;
|
||||
|
||||
@override
|
||||
State<ActionPanel> createState() => _ActionPanelState();
|
||||
|
||||
Reference in New Issue
Block a user