menu
ghostty_vte
ghostty_vte.dart
VtCellSnapshot
text property
text
dark_mode
light_mode
text
property
String
get
text
Implementation
String get text => codepoint == 0 ? '' : String.fromCharCode(codepoint);
ghostty_vte
ghostty_vte
VtCellSnapshot
text property
VtCellSnapshot class