menu
ghostty_vte_flutter
ghostty_vte_flutter.dart
GhosttyTerminalPtySession
size property
size
dark_mode
light_mode
size
property
(
{
int
cols
,
int
rows
}
)
get
size
Implementation
({int rows, int cols}) get size => (rows: _rows, cols: _cols);
ghostty_vte_flutter
ghostty_vte_flutter
GhosttyTerminalPtySession
size property
GhosttyTerminalPtySession class