The runApp() function takes the given Widget and makes it the root of the widget tree . In this example, the widget tree consists of two widgets, the Center widget and its child, the Text widget.
The runApp() function takes the given Widget and makes it the root of the widget tree . In this example, the widget tree consists of two widgets, the Center widget and its child, the Text widget.