withUnderLine method

T withUnderLine()

Implementation

T withUnderLine() => this.copyWith(
    style: (this.style ?? TextStyle())
        .copyWith(decoration: TextDecoration.underline)) as T;