PopupWidget.flags - multiple declarations

Function PopupWidget.flags

popup close listener (called right before closing)

uint flags() @property;

set popup close listener (to call right before closing)

returns popup behavior flags (combination of PopupFlags)

Function PopupWidget.flags

set popup behavior flags (combination of PopupFlags)

PopupWidget flags(
  uint flags
) @property;