getGrey600 static method

Color getGrey600(
  1. bool isDark
)

Implementation

static Color getGrey600(bool isDark) => isDark ? grey600Dark : grey600;