CommonButton constructor
const
CommonButton({})
Implementation
const CommonButton({
super.key,
required this.text,
this.onPressed,
this.type = CommonButtonType.elevated,
this.isLoading = false,
this.isFullWidth = true,
this.icon,
this.height,
this.borderRadius,
this.backgroundColor,
this.textColor,
});