canSelectFiles property

bool? get canSelectFiles

Allow to select files, defaults to true.

Implementation

_i2.bool? get canSelectFiles => _i5.getProperty(
      this,
      'canSelectFiles',
    );
set canSelectFiles (bool? value)

Implementation

set canSelectFiles(_i2.bool? value) {
  _i5.setProperty(
    this,
    'canSelectFiles',
    value ?? _i6.undefined,
  );
}