AppButton constructor
const
AppButton({})
Implementation
const AppButton(
{super.key,
required this.onPressed,
required this.text,
this.width,
this.backgroundColor = AppColors.blue,
this.isCancelButton = false});