customDeltaToHTMLConverter property

String Function(Delta)? customDeltaToHTMLConverter
final

Used by PDF converter to transform delta to html. if you use your own delta implementation, use this to avoid conflicts

Implementation

final String Function(Delta)? customDeltaToHTMLConverter;