LayoutSettingsIndent constructor
LayoutSettingsIndent({})
Builds indentation settings with explicit values.
Implementation
LayoutSettingsIndent({
required this.applyChanges,
required this.indentParagraph,
required this.indentJustAfterFirstParagraph,
});