RegionProto constructor

RegionProto({
  1. int? heightPx,
  2. int? leftPx,
  3. int? topPx,
  4. int? widthPx,
})

Implementation

RegionProto({
  this.heightPx,
  this.leftPx,
  this.topPx,
  this.widthPx,
});