hasExpensiveFeatures property

bool get hasExpensiveFeatures

Performance check - returns true if this overlay has expensive features enabled

Implementation

bool get hasExpensiveFeatures =>
    shouldBlurBackground || shouldAnimatePopup || isDraggeable;