x1 property
Implementation
@override get x1 => _x1 ?? CSSLengthValue.zero;
Implementation
set x1(CSSLengthValue value){
if(_x1 == value) return;
_x1 = value;
_markShapeUpdate();
}
@override get x1 => _x1 ?? CSSLengthValue.zero;
set x1(CSSLengthValue value){
if(_x1 == value) return;
_x1 = value;
_markShapeUpdate();
}