DocxViewer constructor

DocxViewer({
  1. required String src,
  2. String? title,
  3. DocViewerController? controller,
  4. bool showToolbar = true,
  5. String? className,
  6. DartStyle? dartStyle,
  7. FlintNode? fallback,
  8. FlintNode? loadingWidget,
})

Implementation

DocxViewer({
  required this.src,
  this.title,
  this.controller,
  this.showToolbar = true,
  this.className,
  this.dartStyle,
  this.fallback,
  this.loadingWidget,
});