ShapeData constructor

ShapeData({
  1. required Color shapeColor,
  2. required double initialx,
  3. required double initialy,
  4. required double finalx,
  5. required double finaly,
  6. required double radius,
  7. required String shapeType,
  8. required double strokeWidth,
})

Implementation

ShapeData({required this.shapeColor,required this.initialx,required this.initialy,required this.finalx,required this.finaly,required this.radius, required this.shapeType, required this.strokeWidth});