CustomRoundedButton constructor
const
CustomRoundedButton({})
Implementation
const CustomRoundedButton(
{super.key,
required this.buttonText,
required this.onPressed,
required this.disabled,
this.iconEnabled = false,
this.icon = Icons.camera_alt_outlined});