transparentColor top-level constant

Color const transparentColor

Simple transperent color defentition, Yes we assume that sometimes transperent isn't fully transperent.

Implementation

const transparentColor = Color.fromARGB(0, 0, 0, 0);