isActive property

bool Function()? isActive
final

Whether this binding should actively manage layerKey.

When inactive, controller changes are ignored until sync is called again while the binding is active.

Implementation

final bool Function()? isActive;