PopupWindowProperties class

Popup Window Properties.

Constructors

PopupWindowProperties({Size? dimension, OffsetPosition? offset, String? positionType, bool? showAddressBar, bool? showMenuBar, bool? showScrollBar, bool? showStatusBar, bool? showToolBar, String? title})
PopupWindowProperties.fromJson(Map json_)

Properties

dimension Size?
Popup dimension for a creative.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
offset OffsetPosition?
Upper-left corner coordinates of the popup window.
getter/setter pair
positionType String?
Popup window position either centered or at specific coordinate. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
showAddressBar bool?
Whether to display the browser address bar.
getter/setter pair
showMenuBar bool?
Whether to display the browser menu bar.
getter/setter pair
showScrollBar bool?
Whether to display the browser scroll bar.
getter/setter pair
showStatusBar bool?
Whether to display the browser status bar.
getter/setter pair
showToolBar bool?
Whether to display the browser tool bar.
getter/setter pair
title String?
Title of popup window.
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

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