VtRenderRowSnapshot constructor

const VtRenderRowSnapshot({
  1. required bool dirty,
  2. required VtRowSnapshot raw,
  3. required List<VtRenderCellSnapshot> cells,
})

Implementation

const VtRenderRowSnapshot({
  required this.dirty,
  required this.raw,
  required this.cells,
});