LetterTranslation constructor

const LetterTranslation(
  1. double letterWidth,
  2. double alpha
)

Implementation

const LetterTranslation(this.letterWidth, this.alpha);