LeadingConfig class

This class contains all necessary values to build the leading for lists and codeblocks

If you want to customize the number point of the codeblock please, take care about it, because the default implementation uses the same leading of ordered list to show lines with correct format

Constructors

LeadingConfig.new({required Attribute attribute, required Map<int, int> indentLevelCounts, required int count, required TextStyle? style, required double? width, required double? padding, required bool value, required void onCheckboxTap(bool), required Map<String, Attribute> attrs, bool withDot = true, int? index, double? lineSize, bool? enabled, QuillCheckboxBuilder? uiBuilder})

Properties

attribute Attribute
final
attrs Map<String, Attribute>
final
count int
final
enabled bool?
final
getIndexNumberByIndent String?
no setter
hashCode int
The hash code for this object.
no setterinherited
indentLevelCounts Map<int, int>
final
index int?
final
lineSize double?
final
onCheckboxTap → void Function(bool)
final
padding double?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
style TextStyle?
final
uiBuilder QuillCheckboxBuilder?
final
value bool
final
width double?
final
withDot bool
final

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