CustomBackButton constructor
const
CustomBackButton({
- VoidCallback? onTap,
- Key? key,
- Color? color,
- EdgeInsetsGeometry? padding,
- double? iconSize,
Implementation
const CustomBackButton({this.onTap, super.key, this.color, this.padding,this.iconSize});