bottomPixels property
The number of pixels to add to the bottom. The default is 0.
Implementation
@$pb.TagNumber(2)
$core.int get bottomPixels => $_getIZ(1);
Implementation
@$pb.TagNumber(2)
set bottomPixels($core.int v) { $_setSignedInt32(1, v); }