applyBlurEffect property

bool? applyBlurEffect
final

Used on iOS to determine if the blur effect should be applied to the pull-down menu. By default, the blur effect is applied.

Flutter can sometimes struggle with the blur effect in certain contexts, such as unsupported browsers or when rendering over native components.

Implementation

final bool? applyBlurEffect;