Drawable constructor
Drawable({
- String? shape,
- required DrawConfig options,
- required List<
OpSet> sets,
Implementation
Drawable({this.shape, required this.options, required this.sets});