blueOf static method

Color blueOf(
  1. bool dark
)

Implementation

static Color blueOf(bool dark) => _i?._blue?.detect(dark) ?? kBlue;