OutlinedBtn constructor
const
OutlinedBtn({})
Implementation
const OutlinedBtn({
super.key,
required this.title,
required this.onTap,
this.borderColor = Colors.blue,
this.textColor = Colors.blue,
this.radius = 25,
this.height = 48,
this.prefixIcon,
this.textSize
});