CustomText constructor
const
CustomText({})
Implementation
const CustomText({
super.key,
required this.text,
this.color = Colors.black,
this.fontWeight = FontWeight.w500,
this.fontsize = 15,
this.textAlign,
this.maxLines,
});