letterSpacing method

void letterSpacing(
  1. double space
)

Implementation

void letterSpacing(double space) => _textModel.letterSpacing = space;