CellIntrinsicHeight constructor

const CellIntrinsicHeight({
  1. Key? key,
  2. ValueCell<Widget?>? child,
})

Implementation

const CellIntrinsicHeight({
  super.key,
  this.child,
});