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