UIHeading constructor

const UIHeading({
  1. String? text,
  2. UIHeadingDefaults? as,
  3. int? heading,
  4. FontWeight? fontWeight,
  5. Color? color,
  6. TextAlign? textAlign,
  7. TextOverflow? overflow,
  8. String? fontFamily,
  9. TextStyle? style,
  10. int? maxLines,
})

Implementation

const UIHeading({
  this.text,
  this.as,
  this.heading,
  this.fontWeight,
  this.color,
  this.textAlign,
  this.overflow,
  this.fontFamily,
  this.style,
  this.maxLines,
});