CText constructor
const
CText(
- String text, {
- Key? key,
- TextStyle? style,
- int? maxLines,
- TextOverflow? overflow,
- TextAlign? textAlign,
- VoidCallback? onTap,
Implementation
const CText(
this.text, {
super.key,
this.style,
this.maxLines,
this.overflow,
this.textAlign,
this.onTap,
});