CustomButton constructor
const
CustomButton(})
Implementation
const CustomButton(
this.text, {
super.key,
this.padding = 0.0,
this.height = 45,
this.width,
required this.onPressed,
required this.backGroundColor,
this.leadingIcon,
this.textStyle,
this.style,
});