greyOf static method

Color greyOf(
  1. bool dark
)

Implementation

static Color greyOf(bool dark) => _i?._grey?.detect(dark) ?? kGrey;