DefaultListBlockStyle constructor
const
DefaultListBlockStyle(
- TextStyle style,
- HorizontalSpacing horizontalSpacing,
- VerticalSpacing verticalSpacing,
- VerticalSpacing lineSpacing,
- BoxDecoration? decoration,
- QuillCheckboxBuilder? checkboxUIBuilder, {
- LeadingBlockIndentWidth indentWidthBuilder = TextBlockUtils.defaultIndentWidthBuilder,
- LeadingBlockNumberPointWidth numberPointWidthBuilder = TextBlockUtils.defaultNumberPointWidthBuilder,
Implementation
const DefaultListBlockStyle(
super.style,
super.horizontalSpacing,
super.verticalSpacing,
super.lineSpacing,
super.decoration,
this.checkboxUIBuilder, {
this.indentWidthBuilder = TextBlockUtils.defaultIndentWidthBuilder,
this.numberPointWidthBuilder =
TextBlockUtils.defaultNumberPointWidthBuilder,
});