ParagraphSpacingDialog constructor

const ParagraphSpacingDialog({
  1. Key? key,
  2. required double initialLineHeight,
  3. required double initialSpacingBefore,
  4. required double initialSpacingAfter,
  5. FluentEditorLabels? labels,
})

Implementation

const ParagraphSpacingDialog({
  super.key,
  required this.initialLineHeight,
  required this.initialSpacingBefore,
  required this.initialSpacingAfter,
  this.labels,
});