LeadingConfig constructor
LeadingConfig({
- 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(),
- required Map<
String, Attribute> attrs, - bool withDot = true,
- int? index,
- double? lineSize,
- bool? enabled,
- QuillCheckboxBuilder? uiBuilder,
Implementation
LeadingConfig({
required this.attribute,
required this.indentLevelCounts,
required this.count,
required this.style,
required this.width,
required this.padding,
required this.value,
required this.onCheckboxTap,
required this.attrs,
this.withDot = true,
this.index,
this.lineSize,
this.enabled,
this.uiBuilder,
});