PopupWindowProperties constructor

PopupWindowProperties({
  1. Size? dimension,
  2. OffsetPosition? offset,
  3. String? positionType,
  4. bool? showAddressBar,
  5. bool? showMenuBar,
  6. bool? showScrollBar,
  7. bool? showStatusBar,
  8. bool? showToolBar,
  9. String? title,
})

Implementation

PopupWindowProperties({
  this.dimension,
  this.offset,
  this.positionType,
  this.showAddressBar,
  this.showMenuBar,
  this.showScrollBar,
  this.showStatusBar,
  this.showToolBar,
  this.title,
});