Styler typedef

Styler = Map<String, dynamic> Function(Document, DocumentNode)

Generates style metadata for the given DocumentNode within the Document.

See Styles for the list of available keys.

Implementation

typedef Styler = Map<String, dynamic> Function(Document, DocumentNode);