textBaseline method

T textBaseline(
  1. TextBaseline textBaseline
)

Implementation

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