PandaBarButton constructor
const
PandaBarButton({})
Implementation
const PandaBarButton({
Key? key,
this.isSelected = false,
this.icon = Icons.dashboard,
this.selectedColor,
this.unselectedColor,
this.title = '',
this.onTap
}) : super(key: key);