Autofit constructor

Autofit({
  1. String? autofitType,
  2. double? fontScale,
  3. double? lineSpacingReduction,
})

Implementation

Autofit({this.autofitType, this.fontScale, this.lineSpacingReduction});