BlobPoints constructor

BlobPoints({
  1. List<Offset>? originPoints,
  2. List<Offset>? destPoints,
  3. Offset? center,
  4. String? id,
  5. double? innerRad,
})

Implementation

BlobPoints({
  this.originPoints,
  this.destPoints,
  this.center,
  this.id,
  this.innerRad,
});