overline method

T overline()

Add overline decoration to text

Implementation

T overline() {
  return copyWith(flyStyle.copyWith(textDecoration: 'overline'));
}