EtchPathArcTo.alignment constructor
EtchPathArcTo.alignment({})
Implementation
EtchPathArcTo.alignment({
required Offset topLeftAlignment,
required Offset bottomRightAlignment,
required double startAngle,
required double sweepAngle,
required bool forceMoveTo,
}) : _topLeftAlignment = topLeftAlignment,
_bottomRightAlignment = bottomRightAlignment,
_startAngle = startAngle,
_sweepAngle = sweepAngle,
_forceMoveTo = forceMoveTo;