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