FoldableCell constructor

FoldableCell({
  1. double? rotationX,
  2. double? topPosition,
  3. double? textOpacity,
  4. String? label,
  5. Color? color,
  6. Color? textColor,
  7. Icon? icon,
  8. bool? isVisible,
})

Implementation

FoldableCell(
    {this.rotationX,
    this.topPosition,
    this.textOpacity,
    this.label,
    this.color,
    this.textColor,
    this.icon,
    this.isVisible});