XWidthText constructor

const XWidthText(
  1. String text, {
  2. Key? key,
  3. double widthLimit = 142,
  4. Color? color,
  5. double? fontSize,
  6. FontWeight? fontWeight,
  7. double? height,
})

Implementation

const XWidthText(
  this.text, {
  Key? key,
  this.widthLimit = 142,
  this.color,
  this.fontSize,
  this.fontWeight,
  this.height,
}) : super(key: key);