BottomBarEntity constructor
BottomBarEntity({
- required String title,
- required Widget tab,
- VoidCallback? callback,
Implementation
BottomBarEntity(
{required this.title,
required this.tab,
this.callback,
required this.navigationDestination});