CSSContainerQuery constructor
CSSContainerQuery({
- SourceRange? range,
- StyleSheetId? styleSheetId,
- String? name,
- PhysicalAxes? physicalAxes,
- LogicalAxes? logicalAxes,
- bool? queriesScrollState,
- bool? queriesAnchored,
- required String conditionText,
Implementation
CSSContainerQuery({
this.range,
this.styleSheetId,
this.name,
this.physicalAxes,
this.logicalAxes,
this.queriesScrollState,
this.queriesAnchored,
required this.conditionText,
});