HomeGridSubView constructor Null safety

HomeGridSubView(
  1. HomeMenuType homeMenuType,
  2. int? edgeCount,
  3. void onTap(
      )
    )

    Implementation

    HomeGridSubView(this.homeMenuType, this.edgeCount, this.onTap);