utils/typedefs library

Typedefs

CustomCssStylesFn = List<String>? Function(DeltaInsertOp op)
CustomPDFWidget = Future<Widget> Function(RegExp? regex, String matchedLine, [Object? extraAttribute])
CustomRenderHtmlAttributes = String Function(DeltaInsertOp customOp, DeltaInsertOp? contextOp)
PdfWidgetGenerator = Widget Function({required String input, required String lineWithoutFormatting, required List<RegExpMatch> matches})
Predicate<T> = bool Function(T value)