CellIntrinsicWidth constructor

const CellIntrinsicWidth({
  1. Key? key,
  2. ValueCell<double?>? stepWidth,
  3. ValueCell<double?>? stepHeight,
  4. ValueCell<Widget?>? child,
})

Implementation

const CellIntrinsicWidth({
  super.key,
  this.stepWidth,
  this.stepHeight,
  this.child,
});