AppButton constructor
Implementation
const AppButton({
super.key,
required this.text,
this.onPressed,
this.isLoading = false,
this.icon,
this.isSecondary = false,
this.backgroundColor,
this.textColor,
});
const AppButton({
super.key,
required this.text,
this.onPressed,
this.isLoading = false,
this.icon,
this.isSecondary = false,
this.backgroundColor,
this.textColor,
});