popup property
String
get
popup
The relative path to the HTML file to show in a popup. If set to the empty
string (''
), no popup is shown.
Implementation
String get popup => _wrapped.popup;
set
popup
(String v)
Implementation
set popup(String v) {
_wrapped.popup = v;
}