TextInfo constructor
const
TextInfo({
- Key? key,
- required String text,
- required double size,
- Color? color,
- FontWeight? thickness,
- Alignment? align,
- EdgeInsets? pad,
Implementation
const TextInfo(
{super.key,
required this.text,
required this.size,
this.color,
this.thickness,
this.align,
this.pad});