You can use a Navigator widget or a named route to achieve this https://docs.flutter.dev/ui/navigation#using-the-navigator
If you intend displaying as a pop-up modal, then refer to the example on showDialog https://api.flutter.dev/flutter/material/showDialog.html#material.showDialog.1