BaseButtonIcon constructor
const
BaseButtonIcon({})
Implementation
const BaseButtonIcon({
super.key,
required this.onTap,
required this.label,
required this.icon,
this.backgroundColor = AppColor.green,
this.textColor = AppColor.appWhite,
this.height,
this.width,
});