transparent constant
A fully-transparent color, completely invisible.
See also:
- material.Colors.transparent, the same color, in the Material Design palette.
Implementation
static const Color transparent = Color(0x00000000);
A fully-transparent color, completely invisible.
See also:
static const Color transparent = Color(0x00000000);