supports property

List<CSSSupports>? supports
final

@supports CSS at-rule array. The array enumerates @supports at-rules starting with the innermost one, going outwards.

Implementation

final List<CSSSupports>? supports;