EtchPathAddOval constructor

EtchPathAddOval({
  1. required Rect rect,
})

Constructor for creating the oval which uses the Rect given by the user

Implementation

EtchPathAddOval({
  required Rect rect,
}) : _rect = rect;