accept property

String? accept
final

Accepts the same value as the accept attribute in <input type="file">.

Reference: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/file#accept

Implementation

final String? accept;