CustomButton constructor
const
CustomButton({})
Implementation
const CustomButton(
{super.key,
required this.buttonText,
this.buttonColor = AppColors.themeColor,
required this.onPress,
this.padding = const EdgeInsets.all(10),
this.width,
this.cornerRadius,
this.height});