toggleExpandedRowGroup abstract method

void toggleExpandedRowGroup({
  1. required PlutoRow rowGroup,
  2. bool notify = true,
})
inherited

Collapse or expand the group row.

Implementation

void toggleExpandedRowGroup({
  required PlutoRow rowGroup,
  bool notify = true,
});