SecureRouteConfig constructor
const
SecureRouteConfig({
- OverlayMode mode = OverlayMode.secure,
- double blurRadius = 30.0,
- int color = 0xFF000000,
Implementation
const SecureRouteConfig({
this.mode = OverlayMode.secure,
this.blurRadius = 30.0,
this.color = 0xFF000000,
});