CustomText constructor
const
CustomText({})
Implementation
const CustomText({
this.tag,
this.text,
this.style,
this.fontSize = 10,
this.fontWeight = FontWeight.normal,
this.color = Colors.black,
this.maxLines = 1,
this.align = TextAlign.start,
});