inlineAttributes property

Iterable<ParchmentAttribute> inlineAttributes

Returns inline-scoped attributes

Implementation

Iterable<ParchmentAttribute> get inlineAttributes =>
    values.where((e) => e.scope == ParchmentAttributeScope.inline);