menu
ghostty_vte_flutter
ghostty_vte_flutter.dart
GhosttyTerminalLine
cellCount property
cellCount
dark_mode
light_mode
cellCount
property
int
get
cellCount
Implementation
int get cellCount => runs.fold<int>(0, (sum, run) => sum + run.cells);
ghostty_vte_flutter
ghostty_vte_flutter
GhosttyTerminalLine
cellCount property
GhosttyTerminalLine class