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