HomeListView constructor
const
HomeListView({
- Key? key,
- HomeList? listData,
- VoidCallback? callBack,
- AnimationController? animationController,
- Animation<
double> ? animation,
Implementation
const HomeListView(
{Key? key,
this.listData,
this.callBack,
this.animationController,
this.animation})
: super(key: key);