CustomButtonStyle constructor
CustomButtonStyle({})
Implementation
CustomButtonStyle({
this.title = "Select",
this.color = Colors.black,
this.width,
this.height = 45,
this.textStyle = const TextStyle(color: Colors.white),
});