Drawable constructor

Drawable({
  1. String? shape,
  2. DrawConfig? options,
  3. List<OpSet>? sets,
})

Implementation

Drawable({this.shape, this.options, this.sets});