PlutoGridOnRowCheckedAllEvent constructor

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

Implementation

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