fix: add const constructors and remove unused imports

This commit is contained in:
edde746
2026-02-27 15:43:34 +01:00
parent ab2f8cf6ff
commit 00667fe8b8
21 changed files with 206 additions and 220 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ ThemeData monoTheme({required bool dark, bool oled = false}) {
color: c.surface,
elevation: 0,
margin: EdgeInsets.zero,
shape: RoundedRectangleBorder(borderRadius: const BorderRadius.all(Radius.circular(14))),
shape: const RoundedRectangleBorder(borderRadius: BorderRadius.all(Radius.circular(14))),
),
inputDecorationTheme: InputDecorationTheme(
filled: true,