menu
jaspr package
documentation
ui.dart
TextParagraph
TextParagraph.new const constructor
TextParagraph.new const constructor
dark_mode
light_mode
TextParagraph
constructor
const
TextParagraph
(
{
Key
?
key
,
required
List
<
Component
>
children
,
})
Implementation
const
TextParagraph({
super
.key,
required
this
.children, });
jaspr package
documentation
ui
TextParagraph
TextParagraph.new const constructor
TextParagraph class