onStyleMutation method
Intercepts an inline style mutation on a fragment. Return the modified/new fragment if handled, null otherwise.
Implementation
Fragment? onStyleMutation(FluentDocument document, Fragment leaf, void Function(Fragment) mutator) => null;