runWidgetApp function

void runWidgetApp(
  1. Widget widget
)

Implementation

void runWidgetApp(Widget widget)=>runApp(widget);