UIHeading constructor
const
UIHeading({
- String? text,
- UIHeadingDefaults? as,
- int? heading,
- FontWeight? fontWeight,
- Color? color,
- TextAlign? textAlign,
- TextOverflow? overflow,
- String? fontFamily,
- TextStyle? style,
- 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,
});