VtRenderCellSnapshot constructor

const VtRenderCellSnapshot({
  1. required VtCellSnapshot raw,
  2. required VtStyle style,
  3. required String graphemes,
})

Implementation

const VtRenderCellSnapshot({
  required this.raw,
  required this.style,
  required this.graphemes,
});