VtRenderRowSnapshot constructor
- required bool dirty,
- required VtRowSnapshot raw,
- required List<
VtRenderCellSnapshot> cells,
Implementation
const VtRenderRowSnapshot({
required this.dirty,
required this.raw,
required this.cells,
});
const VtRenderRowSnapshot({
required this.dirty,
required this.raw,
required this.cells,
});