movie and tvshow list

This commit is contained in:
2024-04-25 16:43:44 +02:00
parent 76d2ffc771
commit 0096fcbb99
16 changed files with 1749 additions and 222 deletions
+10
View File
@@ -18,6 +18,16 @@ class TVShowColumn {
static int firstAired = 7;
}
class MovieColumn {
static int movieID = 0;
static int movieState = 1;
static int backdropPath = 2;
static int title = 3;
static int firstAired = 4;
static int resolution = 5;
static int overview = 6;
}
class BoxColor {
static Color backgroundColor = const Color.fromARGB(191, 255, 255, 255);
static Color titleColor = Colors.white;