BasicAreaShape constructor

BasicAreaShape({
  1. bool smooth = false,
  2. bool loop = false,
})

Creates a basic area shape.

Implementation

BasicAreaShape({
  this.smooth = false,
  this.loop = false,
});