PlutoGridShortcut constructor

const PlutoGridShortcut({
  1. Map<ShortcutActivator, PlutoGridShortcutAction>? actions,
})

Implementation

const PlutoGridShortcut({
  Map<ShortcutActivator, PlutoGridShortcutAction>? actions,
}) : _actions = actions;