PIBottomNavigationBarButton constructor
const
PIBottomNavigationBarButton({})
Implementation
const PIBottomNavigationBarButton({
Key? key,
required this.content,
required this.onPressed,
this.backgroundColor,
this.color,
this.onLongPress,
}) : super(key: key);