CustomThirdView constructor Null safety

CustomThirdView(
  1. int? top,
  2. int? right,
  3. int? bottom,
  4. int? left,
  5. int? width,
  6. int? height,
  7. int? space,
  8. int? size,
  9. String? color,
  10. int? itemWidth,
  11. int? itemHeight,
  12. List<String>? viewItemName,
  13. List<String>? viewItemPath
)

Implementation

CustomThirdView(
    this.top,
    this.right,
    this.bottom,
    this.left,
    this.width,
    this.height,
    this.space,
    this.size,
    this.color,
    this.itemWidth,
    this.itemHeight,
    this.viewItemName,
    this.viewItemPath);