PlutoGridKeyPressed constructor

PlutoGridKeyPressed({
  1. bool shift = false,
  2. bool ctrl = false,
})

Implementation

PlutoGridKeyPressed({
  this.shift = false,
  this.ctrl = false,
});