StyledTextContent constructor
const
StyledTextContent({})
Implementation
const StyledTextContent({
required this.text,
this.fontSize = 16,
this.bold = false,
this.italic = false,
this.underlined = false,
}) : super(contentType: type);