menu
flutter_alacritty package
documentation
ui/terminal_view.dart
CellOffset
CellOffset.new const constructor
CellOffset.new const constructor
dark_mode
light_mode
CellOffset
constructor
const
CellOffset
(
int
row
,
int
column
)
Implementation
const CellOffset(this.row, this.column);
flutter_alacritty package
documentation
ui/terminal_view
CellOffset
CellOffset.new const constructor
CellOffset class