DynamicBottomDrawerWithoutIcon constructor
DynamicBottomDrawerWithoutIcon({})
Implementation
DynamicBottomDrawerWithoutIcon(
{Key? key,
required this.dataListWithOutIcon,
required this.onTap,
required this.selectedMenuColor,
required this.unselectedMenuColor,
required this.initialSelectionIndex,
required this.backgroundColorForbottomDrawer,
required this.isSelectedBorderRequired})
: super(key: key);