isBound property

bool get isBound

Returns true if the layer is currently bound to a UserInterface.

Implementation

bool get isBound => _ui != null;