EtchRRect.alignment constructor
EtchRRect.alignment({})
Implementation
EtchRRect.alignment({
required Offset topLeftAlignment,
required Offset bottomRightAlignment,
double radius = 0.0,
EtchStyle? etchStyle,
}) : _topLeftAlignment = topLeftAlignment,
_bottomRightAlignment = bottomRightAlignment,
_radius = radius,
etchStyle = etchStyle ?? EtchStyle();