wavy property

Text wavy

The decorations to paint near the text

Draw a wavy means sinusoidal line underneath each line of text

Implementation

Text get wavy => _copyWith(
    style: const TextStyle(decorationStyle: TextDecorationStyle.wavy));