FluentParagraphSpacingButton constructor

const FluentParagraphSpacingButton({
  1. Key? key,
  2. required FluentDocument document,
  3. FluentEditorLabels? labels,
})

Implementation

const FluentParagraphSpacingButton({super.key, required this.document, this.labels});