overline property

Text get overline

The decorations to paint near the text

Draw a line above each line of text

Implementation

Text get overline =>
    _copyWith(style: const TextStyle(decoration: TextDecoration.overline));