layers property

List<CSSLayer>? layers
final

Cascade layer array. Contains the layer hierarchy that this rule belongs to starting with the innermost layer and going outwards.

Implementation

final List<CSSLayer>? layers;