CSSContainerQuery constructor

CSSContainerQuery({
  1. SourceRange? range,
  2. StyleSheetId? styleSheetId,
  3. String? name,
  4. PhysicalAxes? physicalAxes,
  5. LogicalAxes? logicalAxes,
  6. bool? queriesScrollState,
  7. bool? queriesAnchored,
  8. required String conditionText,
})

Implementation

CSSContainerQuery({
  this.range,
  this.styleSheetId,
  this.name,
  this.physicalAxes,
  this.logicalAxes,
  this.queriesScrollState,
  this.queriesAnchored,
  required this.conditionText,
});