HomeDrawer constructor
const
HomeDrawer({
- Key? key,
- DrawerIndex? screenIndex,
- AnimationController? iconAnimationController,
- dynamic callBackIndex()?,
Implementation
const HomeDrawer(
{Key? key,
this.screenIndex,
this.iconAnimationController,
this.callBackIndex})
: super(key: key);