S2Group<T> constructor

S2Group<T>({
  1. String? name,
  2. List<S2Choice<T>>? choices,
  3. S2GroupHeaderStyle? headerStyle,
})

default constructor

Implementation

S2Group({
  this.name,
  this.choices,
  this.headerStyle,
});