RawCell constructor
const
RawCell({})
Implementation
const RawCell({
super.key,
required this.column,
required this.row,
this.columnSpan,
this.rowSpan,
this.computeSize = true,
required super.child,
});