redOf static method

Color redOf(
  1. bool dark
)

Implementation

static Color redOf(bool dark) => _i?._red?.detect(dark) ?? kRed;