routeBlur property

double? routeBlur
final

Default is 0.0. If different than 0.0, creates a blurred overlay that prevents the user from interacting with the screen. The greater the value, the greater the blur. It does not take effect if blockBackgroundInteraction is false

Implementation

final double? routeBlur;