helperLetterSpacing method

NikuTextField helperLetterSpacing(
  1. double letterSpacing
)

Spacing for each letter

Equivalent to

TextStyle(letterSpacing: input)

Implementation

NikuTextField helperLetterSpacing(double letterSpacing) {
  this._helper_letterSpacing = letterSpacing;

  return this;
}