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