longhandProperties property

List<CSSProperty>? longhandProperties
final

Parsed longhand components of this property if it is a shorthand. This field will be empty if the given property is not a shorthand.

Implementation

final List<CSSProperty>? longhandProperties;