defaultBackgroundColour constant Null safety
The default background colour (which is green).
Implementation
static const defaultBackgroundColour = Color.fromRGBO(0, 150, 136, 1);
The default background colour (which is green).
static const defaultBackgroundColour = Color.fromRGBO(0, 150, 136, 1);