CircleScrollAllAreaExpansion constructor

const CircleScrollAllAreaExpansion({
  1. Key? key,
  2. required Widget w,
  3. required Color color,
  4. required double height,
  5. required double aliment,
  6. required Size size1Matrix,
  7. required Size size2Matrix,
  8. required List<Size> sizeList,
  9. required List<double> valueList,
  10. required List<Offset> offSetList,
  11. required Animation<double> animation,
  12. required dynamic callBack(
    1. List
    ),
})

Implementation

const CircleScrollAllAreaExpansion({
  super.key,
  required this.w,
  required this.color,
  required this.height,
  required this.aliment,
  required this.size1Matrix,
  required this.size2Matrix,
  required this.sizeList,
  required this.valueList,
  required this.offSetList,
  required this.animation,
  required this.callBack,
});