getGrey400 static method

Color getGrey400(
  1. bool isDark
)

Implementation

static Color getGrey400(bool isDark) => isDark ? grey400Dark : grey400;