background static method

Color background(
  1. bool isDark
)

Implementation

static Color background(bool isDark) =>
    isDark ? const Color(0xFF151B26) : Colors.white;