FileReaderView constructor

FileReaderView({
  1. Key? key,
  2. required String? filePath,
  3. dynamic openSuccess(
    1. bool
    )?,
  4. Widget? loadingWidget,
  5. Widget? unSupportFileWidget,
})

Implementation

FileReaderView({Key? key, required this.filePath, this.openSuccess, this.loadingWidget, this.unSupportFileWidget}) : super(key: key);