QuickButton constructor
const
QuickButton({})
Implementation
const QuickButton({
super.key,
this.text = "",
this.radius = 20,
this.width = 0.9,
this.bgColor = Colors.white,
this.textColor = Colors.black,
this.btnPadding = 11,
this.letterSpacing = 3,
this.borderShow = false,
this.isLoading = false,
this.child,
required this.onPressed,
});