EtchPathMoveTo.alignment constructor

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

Implementation

EtchPathMoveTo.alignment({
  required Offset pointAlignment,
  EtchStyle? etchPaint,
}) : _pointAlignment = pointAlignment;