SuffaText constructor
const
SuffaText({
- Key? key,
- required String title,
- AlignmentGeometry? alignment,
- EdgeInsetsGeometry? padding,
- TextStyle? textFont,
- int? maxLines,
- TextAlign? textAlign,
- double? textSize,
- FontWeight? textWeight,
- Color? textColor,
Implementation
const SuffaText(
{super.key,
required this.title,
this.alignment,
this.padding,
this.textFont,
this.maxLines,
this.textAlign,
this.textSize,
this.textWeight,
this.textColor});