attributes property

List<Attribute<int?>>? attributes
final

Header attributes, defaults to:

[
  Attribute.h1,
  Attribute.h2,
  Attribute.h3,
  Attribute.h4,
  Attribute.h5,
  Attribute.h6,
  Attribute.header,
]

Implementation

final List<Attribute<int?>>? attributes;