CellFractionallySizedBox constructor
const
CellFractionallySizedBox({})
Implementation
const CellFractionallySizedBox({
super.key,
this.alignment = const ValueCell.value(Alignment.center),
this.widthFactor,
this.heightFactor,
this.child,
});