EtchPathAddRect.alignment constructor
EtchPathAddRect.alignment({})
Implementation
EtchPathAddRect.alignment({
required Offset topLeftAlignment,
required Offset bottomRightAlignment,
}) : _topLeftAlignment = topLeftAlignment,
_bottomRightAlignment = bottomRightAlignment;