WebWindow class

Constructors

WebWindow({required void onClosed(), required Uri uri, required String title, bool hasScrollbars = false, bool isResizable = false, bool hasStatusBar = false, bool hasLocationbar = false, bool hasToolbar = false, bool hasMenubar = false, int left = 300, int top = 300, int width = 420, int height = 700, void onMessage(MessageEvent event, void close())?, bool centerOnScreen = true})
const
WebWindow.open({required void onClosed(), required Uri uri, required String title, bool hasScrollbars = false, bool isResizable = false, bool hasStatusBar = false, bool hasLocationbar = false, bool hasToolbar = false, bool hasMenubar = false, int left = 300, int top = 300, int width = 360, int height = 600, void onMessage(MessageEvent event, void close())?})
factory

Properties

centerOnScreen bool
final
hashCode int
The hash code for this object.
no setterinherited
hasLocationbar bool
final
hasMenubar bool
final
hasScrollbars bool
final
hasStatusBar bool
final
hasToolbar bool
final
height int
final
isResizable bool
final
left int
final
onClosed → void Function()
final
onMessage → (void Function(MessageEvent event, void close())?)
final
options String
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String
final
top int
final
uri Uri
final
width int
final

Methods

getPoint() Point<int>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
open() Future<void>
toString() String
A string representation of this object.
inherited
toYesOrNo({required bool yes}) String
waitForClose(WindowBase? window) Future<void>

Operators

operator ==(Object other) bool
The equality operator.
inherited