light static method

Scheme light(
  1. int color
)

Get light Scheme from CorePalette.

Implementation

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