decorationColor method
Sets decoration color
Implementation
T decorationColor(Color value) {
return style(TextStyleMix.decorationColor(value));
}
Sets decoration color
T decorationColor(Color value) {
return style(TextStyleMix.decorationColor(value));
}