letterSpacing method

Text letterSpacing(
  1. double space
)

Implementation

Text letterSpacing(double space) => copyWith(
      style: _style.copyWith(
        letterSpacing: space,
      ),
    );