GoBackButton constructor
const
GoBackButton({
- Key? key,
- VoidCallback? onPressed,
Creates a GoBackButton widget.
Parameters:
onPressed: Optional callback function executed when the button is pressed.
Implementation
const GoBackButton({super.key, this.onPressed});