getGrey800 static method

Color getGrey800(
  1. bool isDark
)

Implementation

static Color getGrey800(bool isDark) => isDark ? grey800Dark : grey800;