VtGridRefSnapshot constructor
- required int x,
- required int y,
- required VtCellSnapshot cell,
- required VtRowSnapshot row,
- required VtStyle style,
- required String graphemes,
Implementation
const VtGridRefSnapshot({
required this.x,
required this.y,
required this.cell,
required this.row,
required this.style,
required this.graphemes,
});