tableCommands top-level property

List<CommandShortcutEvent> tableCommands
final

Implementation

final List<CommandShortcutEvent> tableCommands = [
  _enterInTableCell,
  _leftInTableCell,
  _rightInTableCell,
  _upInTableCell,
  _downInTableCell,
  _tabInTableCell,
  _shiftTabInTableCell,
  _backSpaceInTableCell,
];