supports property
@supports CSS at-rule array. The array enumerates @supports at-rules starting with the innermost one, going outwards.
Implementation
final List<CSSSupports>? supports;
@supports CSS at-rule array. The array enumerates @supports at-rules starting with the innermost one, going outwards.
final List<CSSSupports>? supports;