CustomText constructor
const
CustomText({})
Implementation
const CustomText({
super.key,
required this.text,
this.fontSize = 13,
this.color = const Color(0xFF222222),
this.fontWeight,
this.fontFamily = 'Figtree',
this.textAlign,
});