menu
hubble_widget_library package
documentation
widgets/hubble_styled_text.dart
HubbleHTMLText
HubbleHTMLText.new const constructor
HubbleHTMLText.new const constructor
dark_mode
light_mode
HubbleHTMLText
constructor
const
HubbleHTMLText
(
{
Key
?
key
,
required
String
text
,
TextStyle
?
style
,
TextAlign
?
textAlign
,
int
?
maxLines
,
})
Implementation
const HubbleHTMLText({ super.key, required this.text, this.style, this.textAlign, this.maxLines, });
hubble_widget_library package
documentation
widgets/hubble_styled_text
HubbleHTMLText
HubbleHTMLText.new const constructor
HubbleHTMLText class