CustomView constructor

CustomView(
  1. int? top,
  2. int? right,
  3. int? bottom,
  4. int? left,
  5. int? width,
  6. int? height,
  7. String? imgPath,
  8. ScaleType? imgScaleType,
)

Implementation

CustomView(this.top, this.right, this.bottom, this.left, this.width,
    this.height, this.imgPath, this.imgScaleType);