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