textBaseLine method

VxSelectableTextBuilder textBaseLine(
  1. TextBaseline baseline
)

The common baseline that should be aligned between this text span and its parent text span, or, for the root text spans, with the line box.

Implementation

VxSelectableTextBuilder textBaseLine(TextBaseline baseline) {
  _textBaseline = baseline;
  return this;
}