QText constructor
const
QText(
- String title, {
- Key? key,
- TextStyle? style,
- Color? color,
- double? fontSize = 14,
- FontWeight? fontWeight,
- int? maxLines,
- double? letterSpacing,
- double? height,
- TextDecoration? textDecoration,
- TextAlign? textAlign,
- TextOverflow? overflow,
Implementation
const QText(
this.title, {
Key? key,
this.style,
this.color,
this.fontSize = 14,
this.fontWeight,
this.maxLines,
this.letterSpacing,
this.height,
this.textDecoration,
this.textAlign,
this.overflow,
}) : super(key: key);