withLSpacing method

Text withLSpacing(
  1. double spacing
)

Implementation

Text withLSpacing(double spacing) => copyWith(style: style?.withLSpacing(spacing));