WebAuthenticationPopup constructor
const
WebAuthenticationPopup({})
Implementation
const WebAuthenticationPopup({
required this.windowName,
required this.width,
required this.height,
this.shouldCenter,
this.left,
this.top,
this.fullscreen,
this.location,
this.menubar,
this.resizable,
this.scrollbars,
this.status,
this.titlebar,
this.toolbar,
this.additionalParams = const {},
}) : super._();