app property

WidgetApp? get app

The underlying WidgetApp, or null if pumpWidget hasn't been called.

Implementation

WidgetApp? get app => _app;