BackButton constructor
- Key? key,
- Color? color,
- ButtonStyle? style,
- VoidCallback? onPressed,
Creates an IconButton with the appropriate "back" icon for the current target platform.
Implementation
const BackButton({
super.key,
super.color,
super.style,
super.onPressed,
}) : super(icon: const BackButtonIcon());