dark static method

Scheme dark(
  1. int color
)

Implementation

static Scheme dark(int color) => darkFromCorePalette(CorePalette.of(color));