ShapesGenrator constructor

ShapesGenrator({
  1. double radius = 200,
  2. Offset center = Offset.zero,
  3. double angle = 0,
})

Implementation

ShapesGenrator({ this.radius = 200,
this.center = Offset.zero,
this.angle = 0});