ContainerQueryContainerHighlightConfig constructor

ContainerQueryContainerHighlightConfig({
  1. LineStyle? containerBorder,
  2. LineStyle? descendantBorder,
})

Implementation

ContainerQueryContainerHighlightConfig({
  this.containerBorder,
  this.descendantBorder,
});