menu
fo_components package
documentation
components/fo_file_upload/fo_file_upload_component.dart
FoFileUploadComponent
onFileChangedOutput property
onFileChangedOutput property
dark_mode
light_mode
onFileChangedOutput
property
@Output('fileChange')
Stream
<
File
>
get
onFileChangedOutput
Implementation
@Output('fileChange') Stream<dom.File> get onFileChangedOutput => _fileController.stream;
fo_components package
documentation
components/fo_file_upload/fo_file_upload_component
FoFileUploadComponent
onFileChangedOutput property
FoFileUploadComponent class