textBaseline method

T textBaseline(
  1. TextBaseline textBaseline
)

Implementation

T textBaseline(TextBaseline textBaseline) => this.copyWith(
      style: (this.style ?? TextStyle()).copyWith(
        textBaseline: textBaseline,
      ),
    );