ModernFormViewFiles constructor

const ModernFormViewFiles({
  1. Key? key,
  2. List<String>? filesUrl,
  3. List<Uint8List>? filesMemory,
  4. List<String>? filesPath,
  5. required List<ModernFormFileExtensionType> extensionTypes,
  6. Axis? direction,
})

Implementation

const ModernFormViewFiles({
  Key? key,
  this.filesUrl,
  this.filesMemory,
  this.filesPath,
  required this.extensionTypes,
  this.direction,
}) : super(key: key);