FlexItemHighlightConfig constructor

FlexItemHighlightConfig({
  1. BoxStyle? baseSizeBox,
  2. LineStyle? baseSizeBorder,
  3. LineStyle? flexibilityArrow,
})

Implementation

FlexItemHighlightConfig({
  this.baseSizeBox,
  this.baseSizeBorder,
  this.flexibilityArrow,
});