checkReadOnly method

bool checkReadOnly(
  1. PlutoRow row,
  2. PlutoCell cell
)

Implementation

bool checkReadOnly(PlutoRow row, PlutoCell cell) {
  return hasCheckReadOnly ? _checkReadOnly!(row, cell) : readOnly;
}