ForbiddenComponent constructor
Creates a ForbiddenComponent widget.
Parameters:
fallbackRoute: The route to navigate to if the navigation stack cannot be popped (required).
Implementation
const ForbiddenComponent({super.key, required this.fallbackRoute});