movie and tvshow list
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user