flags property

  1. @Uint32()
int flags
getter/setter pair

A set of bit flags you can use to initialize the dialog box. When the dialog box returns, it sets these flags to indicate the user's input.

Implementation

@Uint32()
external int flags;