ParagraphSpacingDialog constructor
const
ParagraphSpacingDialog({
- Key? key,
- required double initialLineHeight,
- required double initialSpacingBefore,
- required double initialSpacingAfter,
- FluentEditorLabels? labels,
Implementation
const ParagraphSpacingDialog({
super.key,
required this.initialLineHeight,
required this.initialSpacingBefore,
required this.initialSpacingAfter,
this.labels,
});