FluentParagraphWidget constructor
const
FluentParagraphWidget({
- Key? key,
- required FNode node,
- required FluentDocument document,
- bool applyParagraphSpacing = true,
- bool shrinkWrap = false,
Implementation
const FluentParagraphWidget({
super.key,
required this.node,
required this.document,
this.applyParagraphSpacing = true,
this.shrinkWrap = false,
});