decorationColor method

T decorationColor(
  1. Color value
)

Sets decoration color

Implementation

T decorationColor(Color value) {
  return style(TextStyleMix.decorationColor(value));
}