RATableAccordionStyle constructor

const RATableAccordionStyle({
  1. Color? headColor,
  2. Color? iconColor,
  3. List<Color>? levelColors,
  4. Color? lineColor,
})

Implementation

const RATableAccordionStyle({
  this.headColor,
  this.iconColor,
  this.levelColors,
  this.lineColor,
});