vw property

AppState? get vw

Gives access to the App's View. The 'MyView' you first work with.

Implementation

static v.AppState? get vw => _vw;