isBound property

bool isBound

Whether this screen is bound to a UserInterface.

If this is false, then ui cannot be accessed.

Implementation

bool get isBound => _ui != null;