S2GroupHeaderStyle constructor

const S2GroupHeaderStyle({
  1. Color? highlightColor,
  2. Color? backgroundColor,
  3. TextStyle? textStyle,
  4. EdgeInsetsGeometry? padding,
  5. double height = 45.0,
  6. CrossAxisAlignment? crossAxisAlignment,
  7. MainAxisAlignment? mainAxisAlignment,
})

Create a configuration of choices group header style

Implementation

const S2GroupHeaderStyle({
  this.highlightColor,
  this.backgroundColor,
  this.textStyle,
  this.padding,
  this.height = 45.0,
  this.crossAxisAlignment,
  this.mainAxisAlignment,
});