onParagraphMutation method
Intercepts a paragraph mutation. Return true if handled, false otherwise.
Implementation
bool onParagraphMutation(FluentDocument document, Paragraph paragraph, void Function(Paragraph) mutator) => false;
Intercepts a paragraph mutation. Return true if handled, false otherwise.
bool onParagraphMutation(FluentDocument document, Paragraph paragraph, void Function(Paragraph) mutator) => false;