SaveDialogOptions class

Configuration options for a save dialog.

Inheritance
Annotations

Constructors

SaveDialogOptions({String? initialDirectory, String? confirmButtonText, String? suggestedName})
Creates a new options set with the given settings.
const

Properties

confirmButtonText String?
The label for the button that confirms selection.
finalinherited
hashCode int
The hash code for this object.
no setterinherited
initialDirectory String?
The initial directory the dialog should open with.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
suggestedName String?
The suggested name of the file to save or open.
final

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