CustomBackButton constructor
const
CustomBackButton({
- Key? key,
- required VoidCallback onTap,
- Widget? icon,
- Color? iconColor,
Implementation
const CustomBackButton({
super.key,
required this.onTap,
this.icon,
this.iconColor,
});