applyTo method
Implementation
FUIPalette applyTo(FUIPalette palette) {
return palette.withAccent(
primary: primary,
primaryHover: hover,
primaryPressed: pressed,
primarySoft: soft,
primarySubtle: subtle,
);
}
FUIPalette applyTo(FUIPalette palette) {
return palette.withAccent(
primary: primary,
primaryHover: hover,
primaryPressed: pressed,
primarySoft: soft,
primarySubtle: subtle,
);
}