PrettyBarButton constructor
const
PrettyBarButton({})
Implementation
const PrettyBarButton({
super.key,
this.borderWidth = s1,
this.borderColor = Colors.teal,
this.bgColor = kTransparent,
required this.onPressed,
required this.label,
this.labelStyle,
});