yellowOf static method

Color yellowOf(
  1. bool dark
)

Implementation

static Color yellowOf(bool dark) => _i?._yellow?.detect(dark) ?? kYellow;