color method
Replaces the widget's dominant color with a token-aware color.
Implementation
void color(ColorToken value) {
_color = value;
}
Replaces the widget's dominant color with a token-aware color.
void color(ColorToken value) {
_color = value;
}