attributes property

List<Attribute<double?>>? attributes
final

Line-height attributes, defaults to:

[
  Attribute.lineHeightNormal,
  Attribute.lineHeightTight,
  Attribute.lineHeightOneAndHalf,
  Attribute.lineHeightDouble,
]

Implementation

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