menu
jaspr package
documentation
ui.dart
TextParagraph
TextParagraph const constructor
TextParagraph 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 const constructor
TextParagraph class