rightPixels property
The number of pixels to crop from the right. The default is 0.
Implementation
@$pb.TagNumber(4)
$core.int get rightPixels => $_getIZ(3);
Implementation
@$pb.TagNumber(4)
set rightPixels($core.int v) {
$_setSignedInt32(3, v);
}