CellLimitedBox constructor
const
CellLimitedBox({})
Implementation
const CellLimitedBox({
super.key,
this.maxWidth = const ValueCell.value(double.infinity),
this.maxHeight = const ValueCell.value(double.infinity),
this.child,
});