CustomButton constructor
const
CustomButton(})
Implementation
const CustomButton(this.text,
{Key? key,
required,
this.padding = 0.0,
this.height = 45,
this.width = 350,
this.foregroundcolor = Colors.white,
this.textstyle = const TextStyle(fontSize: 18),
required this.onPressed,
required this.backgroundcolor})
: super(key: key);