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