SleekOutlinedButton constructor
const
SleekOutlinedButton({})
Implementation
const SleekOutlinedButton({
super.key,
required this.text,
required this.onTap,
this.width,
this.borderColor,
this.textColor,
});