CustomButton constructor
const
CustomButton({})
Implementation
const CustomButton({
Key? key,
required this.text,
required this.color,
required this.onPressed, this.textColor, this.customContent,
}) : super(key: key);