CSSContainerQuery constructor

CSSContainerQuery({
  1. required String text,
  2. SourceRange? range,
  3. StyleSheetId? styleSheetId,
  4. String? name,
  5. PhysicalAxes? physicalAxes,
  6. LogicalAxes? logicalAxes,
})

Implementation

CSSContainerQuery(
    {required this.text,
    this.range,
    this.styleSheetId,
    this.name,
    this.physicalAxes,
    this.logicalAxes});