DefaultListBlockStyle constructor

const DefaultListBlockStyle(
  1. TextStyle style,
  2. HorizontalSpacing horizontalSpacing,
  3. VerticalSpacing verticalSpacing,
  4. VerticalSpacing lineSpacing,
  5. BoxDecoration? decoration,
  6. QuillCheckboxBuilder? checkboxUIBuilder, {
  7. LeadingBlockIndentWidth indentWidthBuilder = TextBlockUtils.defaultIndentWidthBuilder,
  8. 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,
});