PlutoGridFilterPopupHeader constructor

const PlutoGridFilterPopupHeader({
  1. Key? key,
  2. PlutoGridStateManager? stateManager,
  3. PlutoGridConfiguration? configuration,
  4. SetFilterPopupHandler? handleAddNewFilter,
})

Implementation

const PlutoGridFilterPopupHeader({
  Key? key,
  this.stateManager,
  this.configuration,
  this.handleAddNewFilter,
}) : super(key: key);