letterSpacing method
- double space
Implementation
T letterSpacing(double space) => copyWith(
style: (style ?? const TextStyle()).copyWith(
letterSpacing: space,
),
) as T;
T letterSpacing(double space) => copyWith(
style: (style ?? const TextStyle()).copyWith(
letterSpacing: space,
),
) as T;