FluentParagraphWidget constructor

const FluentParagraphWidget({
  1. Key? key,
  2. required FNode node,
  3. required FluentDocument document,
  4. bool applyParagraphSpacing = true,
  5. bool shrinkWrap = false,
})

Implementation

const FluentParagraphWidget({
  super.key,
  required this.node,
  required this.document,
  this.applyParagraphSpacing = true,
  this.shrinkWrap = false,
});