attributes property

List<Attribute>? attributes
final

Default value:

const [
  Attribute.header,
  Attribute.h1,
  Attribute.h2,
  Attribute.h3,
]

Implementation

final List<Attribute>? attributes;