const CustomButton({ Key? key, required this.text, required this.fontColor, this.onPressed, }) : super(key: key);