FileChooserParams class

Constructors

FileChooserParams({String? title, FileChooserMode? mode, List<String>? acceptTypes, String? filenameHint, bool? isCaptureEnabled})
FileChooserParams.fromMap(Map map)
factory

Properties

acceptTypes List<String>?
Returns an array of acceptable MIME types
final
filenameHint String?
The file name of a default selection if specified, or null.
final
hashCode int
The hash code for this object.
no setterinherited
isCaptureEnabled bool?
Returns preference for a live media captured value
final
mode FileChooserMode?
Returns file chooser mode.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
title String?
Returns the title to use for this file selector.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited