rootWidget property
Root widget that is run using runApp, see also runAppFunction if you want to customise how the widget is run
Implementation
final Widget? rootWidget;
Root widget that is run using runApp, see also runAppFunction if you want to customise how the widget is run
final Widget? rootWidget;