FakeBar constructor
FakeBar({})
Implementation
FakeBar({
super.key,
required this.title,
Color? bgColor,
this.opacity = 1.0,
this.backBarItem,
required this.rightBarButton,
this.didTappedBackBarItem,
}) : bgColor = bgColor ?? ColorHex.from('#111E34');