OpenDialogOptions class
Options to configure the behaviour of a file open dialog.
- Note 1: On Windows and Linux, a file dialog cannot be both a file selector and a folder selector, so if you
set both
canSelectFiles
andcanSelectFolders
totrue
on these platforms, a folder selector will be shown. - Note 2: Explicitly setting
canSelectFiles
andcanSelectFolders
tofalse
is futile and the editor then silently adjusts the options to select files.
- Available extensions
- Annotations
-
- @JS()
- @staticInterop
- @anonymous
Constructors
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited