FlexContainerHighlightConfig constructor

FlexContainerHighlightConfig({
  1. LineStyle? containerBorder,
  2. LineStyle? lineSeparator,
  3. LineStyle? itemSeparator,
  4. BoxStyle? mainDistributedSpace,
  5. BoxStyle? crossDistributedSpace,
  6. BoxStyle? rowGapSpace,
  7. BoxStyle? columnGapSpace,
  8. LineStyle? crossAlignment,
})

Implementation

FlexContainerHighlightConfig(
    {this.containerBorder,
    this.lineSeparator,
    this.itemSeparator,
    this.mainDistributedSpace,
    this.crossDistributedSpace,
    this.rowGapSpace,
    this.columnGapSpace,
    this.crossAlignment});