HomeDrawer constructor

const HomeDrawer({
  1. Key? key,
  2. DrawerIndex? screenIndex,
  3. AnimationController? iconAnimationController,
  4. dynamic callBackIndex(
    1. DrawerIndex
    )?,
})

Implementation

const HomeDrawer(
    {Key? key,
    this.screenIndex,
    this.iconAnimationController,
    this.callBackIndex})
    : super(key: key);