SecureRouteConfig constructor

const SecureRouteConfig({
  1. OverlayMode mode = OverlayMode.secure,
  2. double blurRadius = 30.0,
  3. int color = 0xFF000000,
})

Implementation

const SecureRouteConfig({
  this.mode = OverlayMode.secure,
  this.blurRadius = 30.0,
  this.color = 0xFF000000,
});