HbButton constructor
const
HbButton({})
Implementation
const HbButton({
super.key,
required this.text,
this.preIcon,
this.bgColor,
this.onTap,
this.textColor,
this.height,
this.width,
this.collapseInput = true,
this.radius,
this.fontSize,
this.textWeight,
});