AccordionTransform constructor

const AccordionTransform({
  1. bool transformRight = true,
  2. bool transformLeft = true,
})

Implementation

const AccordionTransform({
  this.transformRight = true,
  this.transformLeft = true,
});