warn the contents (kinda)

This commit is contained in:
zoe 2022-07-03 22:02:57 +02:00
parent e4a56146d5
commit 05eef7f783
4 changed files with 57 additions and 31 deletions

View file

@ -21,6 +21,7 @@ ThemeData getTheme(CustomColors colors) {
elevation: 0,
height: 64,
),
scrollbarTheme: const ScrollbarThemeData(),
);
}