transparent constant

Color const transparent

The transparent color. This should not be used in animations because it'll cause a weird effect.

Implementation

static const Color transparent = Color(0x00000000);