isBound property

bool isBound

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

Implementation

bool get isBound => _ui != null;