kButtonBackgroundColor top-level constant
Color
const kButtonBackgroundColor
Button background color (semi-transparent light gray)
Implementation
const Color kButtonBackgroundColor = Color.fromRGBO(250, 250, 250, 0.8);