EtchPathAddOval constructor
EtchPathAddOval({
- required Rect rect,
Constructor for creating the oval which uses the Rect given by the user
Implementation
EtchPathAddOval({
required Rect rect,
}) : _rect = rect;