greenOf static method

Color greenOf(
  1. bool dark
)

Implementation

static Color greenOf(bool dark) => _i?._green?.detect(dark) ?? kGreen;