HcAppButton constructor
const
HcAppButton({})
Implementation
const HcAppButton({
Key? key,
required this.onPressed,
required this.text,
this.textColor,
this.icon,
this.iconData,
this.buttonColor = const Color(0xffE5E6EB),
this.textStyle,
}) : super(key: key);