CellFittedBox constructor
const
CellFittedBox({})
Implementation
const CellFittedBox({
super.key,
this.fit = const ValueCell.value(BoxFit.contain),
this.alignment = const ValueCell.value(Alignment.center),
this.clipBehavior = const ValueCell.value(Clip.none),
this.child,
});