AppButton constructor
const
AppButton({})
Implementation
const AppButton({
super.key,
this.onPressed,
required this.title,
this.loading = false,
this.disableTouchWhenLoading = false,
this.bgColor,
this.txtColor,
this.logoPath,
});