PlutoGridOnRowCheckedAllEvent constructor

const PlutoGridOnRowCheckedAllEvent({
  1. bool? isChecked,
})

Implementation

const PlutoGridOnRowCheckedAllEvent({
  super.isChecked,
}) : super(row: null, rowIdx: null);