FoldWrapDelegate constructor
FoldWrapDelegate({})
Implementation
FoldWrapDelegate({
required this.foldLine,
this.maxLine = 0,
this.isFold = false,
this.spacing = 0,
this.runSpacing = 0,
required this.extentHeight,
this.line = 0,
this.onLine,
this.lineMaxLength = 0,
this.foldWidgetInEnd = false,
});