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