overline property

Text get overline

Implementation

Text get overline {
  return copyWith(decoration: TextDecoration.overline);
}