orangeOf static method

Color orangeOf(
  1. bool dark
)

Implementation

static Color orangeOf(bool dark) => _i?._orange?.detect(dark) ?? kOrange;