AppButton constructor
const
AppButton({})
Implementation
const AppButton({
super.key,
this.onTapped,
this.tapFeedback = true,
this.width = double.infinity,
this.height = 48.0,
this.title,
this.titleTextStyle,
this.backgroundColor,
this.backgroundImage,
this.borderRadius,
});