primaryBackground constant

Color const primaryBackground

主背景 白色

Implementation

/// 主背景 白色
static const Color primaryBackground = Color.fromARGB(255, 255, 255, 255);