textDecoraionColor method

Text textDecoraionColor(
  1. Color decorationColor
)

Sets the color in which to paint the text decorations.

Implementation

Text textDecoraionColor(Color decorationColor) =>
    _copyWith(style: TextStyle(decorationColor: decorationColor));