CustomBackButton constructor

const CustomBackButton({
  1. VoidCallback? onTap,
  2. Key? key,
  3. Color? color,
  4. EdgeInsetsGeometry? padding,
  5. double? iconSize,
})

Implementation

const CustomBackButton({this.onTap, super.key, this.color, this.padding,this.iconSize});