acceptLabel property

String? acceptLabel
final

The label for the confirm button of the file dialog.

Maps to NSOpenPanel.prompt on macOS. Only honored by pickFile() and pickFiles(), the only entry points that accept DarwinOptions on macOS. Has no effect on iOS, UIDocumentPickerViewController has no equivalent there.

Implementation

final String? acceptLabel;