underline property

Text get underline

Implementation

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