CustomButton constructor
const
CustomButton(})
Implementation
const CustomButton(this.text, {Key? key, required, this.padding = 0.0, this.height = 45, required this.onPressed, required this.backgroundcolor})
: super(key: key);