BottomBarButton constructor
const
BottomBarButton({})
Implementation
const BottomBarButton({
required this.icon,
required this.text,
required this.foreground_color,
required this.background_color,
required this.page,
});