menu
html_renderer
widgets/build_paragraph_widget.dart
BuildParagraphWidget
BuildParagraphWidget const constructor
BuildParagraphWidget
dark_mode
light_mode
BuildParagraphWidget
constructor
const
BuildParagraphWidget
(
{
Key
?
key
,
required
String
content
,
TextStyle
?
style
,
TextAlign
?
textAlign
,
})
Implementation
const BuildParagraphWidget({super.key, required this.content, this.style, this.textAlign});
html_renderer
build_paragraph_widget
BuildParagraphWidget
BuildParagraphWidget const constructor
BuildParagraphWidget class