EtchPathMoveTo constructor

EtchPathMoveTo({
  1. required Offset point,
  2. EtchStyle? etchPaint,
})

Implementation

EtchPathMoveTo({
  required Offset point,
  EtchStyle? etchPaint,
}) : _point = point;