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