lightContent static method

Scheme lightContent(
  1. int color
)

Get Scheme for lightContent from CorePalette.

Implementation

static Scheme lightContent(int color) =>
    lightFromCorePalette(CorePalette.contentOf(color));