HomeListView constructor

const HomeListView({
  1. Key? key,
  2. HomeList? listData,
  3. VoidCallback? callBack,
  4. AnimationController? animationController,
  5. Animation<double>? animation,
})

Implementation

const HomeListView(
    {Key? key,
    this.listData,
    this.callBack,
    this.animationController,
    this.animation})
    : super(key: key);