CuReText constructor
const
CuReText(
- String text, {
- Key? key,
- Color? color,
- double? size,
- FontWeight? weight,
- double? lineHeight,
- int? maxLines,
- TextAlign? align,
- TextDecoration? decoration,
- TextOverflow? overflow,
- List<
Shadow> ? shadows, - EdgeInsets? padding,
- double? letterSpacing,
- String? fontFamily,
Implementation
const CuReText(
this.text, {
super.key,
this.color,
this.size,
this.weight,
this.lineHeight,
this.maxLines,
this.align,
this.decoration,
this.overflow,
this.shadows,
this.padding,
this.letterSpacing,
this.fontFamily,
});