finally "fixed" all shit issues in vscode

This commit is contained in:
Kima
2023-12-21 21:17:38 +01:00
parent 6bac82f7d6
commit d34371bfff
17 changed files with 69 additions and 52 deletions

View File

@@ -10,7 +10,7 @@ import 'package:provider/provider.dart';
import 'notifications_screen.i18n.dart';
class MenuNotifications extends StatelessWidget {
const MenuNotifications({Key? key, required this.settings}) : super(key: key);
const MenuNotifications({super.key, required this.settings});
final SettingsProvider settings;