FlexTableItemConfig.size constructor

const FlexTableItemConfig.size({
  1. bool hidden = false,
  2. double? width,
  3. double? height,
  4. String? name,
})

Implementation

const FlexTableItemConfig.size({
  this.hidden = false,
  this.width,
  this.height,
  this.name,
}) : flex = null;