Window.internal constructor
Window.internal({
- required WindowController internalWindowController,
- required String href,
- int outerWidth = 0,
- int outerHeight = 0,
An internal constructor that's NOT part of "dart:html".
This API is not for public use. We may do backwards-incompatible changes.
Implementation
Window.internal({
required this.internalWindowController,
required String href,
this.outerWidth = 0,
this.outerHeight = 0,
}) : _initialHref = href,
super.internal();