PagifyText constructor
const
PagifyText(
- String text, {
- Key? key,
- Color? color,
- double? fontSize,
- FontWeight fontWeight = FontWeight.normal,
- TextOverflow? overflow,
- TextAlign textAlign = TextAlign.start,
- int? maxLines,
- double? height,
pagify text widget constructor
Implementation
const PagifyText(
this.text, {
super.key,
this.color,
this.fontSize,
this.fontWeight = FontWeight.normal,
this.overflow,
this.textAlign = TextAlign.start,
this.maxLines,
this.height,
});