enableBackgroundFilterBlur property
final
Whether to have a blur effect when a non-opaque background color is used.
When enableBackgroundFilterBlur is set to false, the blur effect will be disabled. The behaviour of enableBackgroundFilterBlur will only be respected when automaticBackgroundVisibility is false or until content scrolls under the navbar.
This value defaults to true.
Implementation
final bool enableBackgroundFilterBlur;