FlutterUXBlur constructor
FlutterUXBlur({})
Implementation
FlutterUXBlur(
{int blurRadius = 10,
BlurType blurType = BlurType.gaussian,
bool hideGestures = true,
List<String> screens = const [],
bool excludeMentionedScreens = false})
: super(screens, excludeMentionedScreens) {
this.blurRadius = blurRadius;
this.blurType = blurType;
this.hideGestures = hideGestures;
}