backgroundColor property

Color get backgroundColor

Implementation

static Color get backgroundColor =>
    isLightMode ? const Color(0xFFFFFFFF) : const Color(0xFF2C2C2C);