SelectionModelConfig<D> constructor

const SelectionModelConfig<D>({
  1. SelectionModelType type = common.SelectionModelType.info,
  2. SelectionModelListener<D>? changedListener,
  3. SelectionModelListener<D>? updatedListener,
})

Implementation

const SelectionModelConfig({
  this.type = common.SelectionModelType.info,
  this.changedListener,
  this.updatedListener,
});