kBaseBlackColor top-level constant
Color
const kBaseBlackColor
Common styles and constants for navigation widgets. Base dark color (used for text and borders)
Implementation
// ============================================================================
// Colors
// ============================================================================
/// Base dark color (used for text and borders)
const Color kBaseBlackColor = Color.fromRGBO(21, 45, 71, 1);