MinWordSizeForTypos constructor

MinWordSizeForTypos({
  1. int oneTypo = _defaultOneTypo,
  2. int twoTypos = _defaultTwoTypo,
})

Implementation

MinWordSizeForTypos({
  this.oneTypo = _defaultOneTypo,
  this.twoTypos = _defaultTwoTypo,
});