allowInlineStyles method
Allow inline styles on elements.
If tagName
is not specified then this allows inline styles on all
elements. Otherwise tagName limits the styles to the specified elements.
Implementation
@override
void allowInlineStyles({String? tagName}) {}