CustomText constructor
const
CustomText({})
Implementation
const CustomText({
super.key,
required this.txt,
this.variant = 'text',
this.font_size = 'lg',
this.text_color,
this.text_decoration = TextDecoration.none,
this.alignment = TextAlign.center,
});