purpleOf static method

Color purpleOf(
  1. bool dark
)

Implementation

static Color purpleOf(bool dark) => _i?._purple?.detect(dark) ?? kPurple;