CustomizedText constructor
Creates a CustomizedText widget.
The linha parameter contains the text content and customization options.
Implementation
const CustomizedText({
super.key,
required this.linha,
});
Creates a CustomizedText widget.
The linha parameter contains the text content and customization options.
const CustomizedText({
super.key,
required this.linha,
});