defaultBackgroundColour constant Null safety

Color const defaultBackgroundColour

The default background colour (which is green).

Implementation

static const defaultBackgroundColour = Color.fromRGBO(0, 150, 136, 1);