light static method

Scheme light(
  1. int color
)

Implementation

static Scheme light(int color) => lightFromCorePalette(CorePalette.of(color));