CuReHeading constructor
const
CuReHeading(
- String title, {
- Key? key,
- Color? color,
- TextAlign? align,
- int? maxLines,
- double? size,
- double? lineHeight,
- List<
Shadow> ? shadows, - FontWeight? weight,
- EdgeInsets? padding,
- double? letterSpacing,
- String? fontFamily,
- TextDecoration? decoration,
- 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,
});