solid property

Text solid

The decorations to paint near the text

Draw a soild line underneath each line of text

Implementation

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