lineAttributes property

Iterable<ParchmentAttribute> lineAttributes

Returns line-scoped attributes

Implementation

Iterable<ParchmentAttribute> get lineAttributes =>
    values.where((e) => e.scope == ParchmentAttributeScope.line);