canChangeCellValue abstract method

bool canChangeCellValue({
  1. required PlutoCell cell,
  2. dynamic newValue,
  3. dynamic oldValue,
})
inherited

Whether the cell is in a mutable state

Implementation

bool canChangeCellValue({
  required PlutoCell cell,
  dynamic newValue,
  dynamic oldValue,
});