of method Null safety
Create colors using hue
and chroma
.
Implementation
static TonalPalette of(double hue, double chroma) {
return TonalPalette._fromHueAndChroma(hue, chroma);
}
Create colors using hue
and chroma
.
static TonalPalette of(double hue, double chroma) {
return TonalPalette._fromHueAndChroma(hue, chroma);
}