CuReHeading constructor

const CuReHeading(
  1. String title, {
  2. Key? key,
  3. Color? color,
  4. TextAlign? align,
  5. int? maxLines,
  6. double? size,
  7. double? lineHeight,
  8. List<Shadow>? shadows,
  9. FontWeight? weight,
  10. EdgeInsets? padding,
  11. double? letterSpacing,
  12. String? fontFamily,
  13. TextDecoration? decoration,
  14. TextOverflow? overflow,
})

Implementation

const CuReHeading(
  this.title, {
  super.key,
  this.color,
  this.align,
  this.maxLines,
  this.size,
  this.lineHeight,
  this.shadows,
  this.weight,
  this.padding,
  this.letterSpacing,
  this.fontFamily,
  this.decoration,
  this.overflow,
});