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