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