S2GroupConfig constructor

const S2GroupConfig({
  1. bool enabled = false,
  2. bool useSelector = false,
  3. bool useCounter = true,
  4. S2GroupSort? sortBy,
  5. S2GroupHeaderStyle headerStyle = const S2GroupHeaderStyle(),
})

Create choices configuration

Implementation

const S2GroupConfig({
  this.enabled = false,
  this.useSelector = false,
  this.useCounter = true,
  this.sortBy,
  this.headerStyle = const S2GroupHeaderStyle(),
});