VtGridRefSnapshot constructor

const VtGridRefSnapshot({
  1. required int x,
  2. required int y,
  3. required VtCellSnapshot cell,
  4. required VtRowSnapshot row,
  5. required VtStyle style,
  6. required String graphemes,
})

Implementation

const VtGridRefSnapshot({
  required this.x,
  required this.y,
  required this.cell,
  required this.row,
  required this.style,
  required this.graphemes,
});