wip: bloc for files

This commit is contained in:
2024-08-23 20:49:19 +02:00
parent 54b777237f
commit 5bdfb9f766
7 changed files with 73 additions and 56 deletions

View File

@ -8,6 +8,6 @@ class LightAppTheme {
colorScheme: ColorScheme.fromSeed(seedColor: marianumRed),
floatingActionButtonTheme: const FloatingActionButtonThemeData(
foregroundColor: Colors.white
)
),
);
}