textBaseline method

T textBaseline(
  1. TextBaseline textBaseline
)

Implementation

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