DefaultListBlockStyle class

Inheritance
Annotations

Constructors

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

Properties

checkboxUIBuilder QuillCheckboxBuilder?
final
decoration BoxDecoration?
Decoration of a text block.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
horizontalSpacing HorizontalSpacing
Horizontal spacing around a text block.
finalinherited
indentWidthBuilder LeadingBlockIndentWidth
final
lineSpacing VerticalSpacing
Vertical spacing for individual lines within a text block.
finalinherited
numberPointWidthBuilder LeadingBlockNumberPointWidth
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle
Base text style for a text block.
finalinherited
verticalSpacing VerticalSpacing
Vertical spacing around a text block.
finalinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited