menu
ghostty_vte_flutter
ghostty_vte_flutter.dart
GhosttyTerminalSelectionSession
<
SelectionT
>
setLineSelectionAnchorRow method
setLineSelectionAnchorRow
dark_mode
light_mode
setLineSelectionAnchorRow
method
void
setLineSelectionAnchorRow
(
int
?
row
)
Implementation
void setLineSelectionAnchorRow(int? row) { _lineSelectionAnchorRow = row; }
ghostty_vte_flutter
ghostty_vte_flutter
GhosttyTerminalSelectionSession
<
SelectionT
>
setLineSelectionAnchorRow method
GhosttyTerminalSelectionSession class