CircleScrollAllAreaExpansion constructor
const
CircleScrollAllAreaExpansion({
- Key? key,
- required Widget w,
- required Color color,
- required double height,
- required double aliment,
- required Size size1Matrix,
- required Size size2Matrix,
- required List<
Size> sizeList, - required List<
double> valueList, - required List<
Offset> offSetList, - required Animation<
double> animation, - required dynamic callBack(),
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,
});