toggleAllRowChecked abstract method

void toggleAllRowChecked(
  1. bool flag, {
  2. bool notify = true,
})
inherited

Implementation

void toggleAllRowChecked(
  bool flag, {
  bool notify = true,
});