CustomButton constructor
const
CustomButton({})
Implementation
const CustomButton({
super.key,
required this.text,
this.inverseColor = false,
this.leadingIcon,
required this.onPressed,
this.backgroundColor = primary,
this.textColor = white,
this.height = 50,
this.gradient,
this.textStyle,
});