CustomText constructor
const
CustomText({})
Implementation
const CustomText({
super.key,
required this.content,
this.textSize = 12,
this.fontWeight,
this.color,
this.sizeType,
this.overflowEllipse = true,
});