surface top-level property

Color get surface

Implementation

Color get surface => isDarkMode
    ? const Color(0xFF121212)
    : const Color(0xFFFFFFFF);