kWhiteBackgroundColor top-level constant

Color const kWhiteBackgroundColor

White background color (for active state)

Implementation

const Color kWhiteBackgroundColor = Color.fromRGBO(255, 255, 255, 0.95);