pinkOf static method

Color pinkOf(
  1. bool dark
)

Implementation

static Color pinkOf(bool dark) => _i?._pink?.detect(dark) ?? kPink;