Drawable constructor

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

Implementation

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