lSpacing method

TextStyle lSpacing(
  1. double? value
)

Set text letter spacing.

Implementation

TextStyle lSpacing(double? value) => copyWith(letterSpacing: value);