FXBackButton constructor
const
FXBackButton({})
Implementation
const FXBackButton({
Key? key,
this.testKey = '',
required this.onTap,
this.showCircle = false,
this.height,
this.outerRadius,
this.innerRadius,
this.showBorder = false,
this.borderColor = Colors.grey,
this.showShadow = false,
this.icon,
this.iconColor,
this.iconCircleSize,
this.iconSize,
}) : super(key: key);