white top-level constant

Color const white

White

#ffffff; rgb(255, 255, 255);

Implementation

const Color white = const Color(255, 255, 255);