wantKeepAlive property

  1. @override
bool wantKeepAlive
override

Whether the current instance should be kept alive.

Call updateKeepAlive whenever this getter's value changes.

Implementation

@override
bool get wantKeepAlive =>
    !widget.closeOnScroll &&
    (_overallMoveController.isAnimating == true ||
        _resizeController?.isAnimating == true);