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