SizeConfig constructor

SizeConfig({
  1. double? textXSmall,
  2. double? textSmall,
  3. double? textNormal,
  4. double? textMedium,
  5. double? textLarge,
})

Implementation

SizeConfig({this.textXSmall,
  this.textSmall,
  this.textNormal,
  this.textMedium,
  this.textLarge});