underline method

T underline()

Add underline decoration to text

Implementation

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