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