fix: some warnings remove + light / ugly theme added

This commit is contained in:
2026-07-29 21:25:47 +02:00
parent 031a618220
commit cd75d3a474
8 changed files with 107 additions and 52 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ import 'package:kooltab2/models/closed_tab_item.dart';
class ClosedTabCard extends StatefulWidget {
final ClosedTab closedTab;
const ClosedTabCard({required this.closedTab});
const ClosedTabCard({super.key, required this.closedTab});
@override
State<ClosedTabCard> createState() => _ClosedTabCardState();