backgroundColor method

Color backgroundColor()

Returns the game background color. By default it will return a black color. It cannot be changed at runtime, because the game widget does not get rebuild when this value changes.

Implementation

Color backgroundColor() => const Color(0xFF000000);