dotted property

Text get dotted

The decorations to paint near the text

Draw a doted line underneath each line of text

Implementation

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