GetComponentsParams constructor

GetComponentsParams(
  1. dynamic component,
  2. List<Styles> stylesList,
  3. List<Widget> pageWidgets,
  4. Document wordDocument,
  5. List<WebImages> webImages,
)

Constructor

Implementation

GetComponentsParams(this.component, this.stylesList, this.pageWidgets, this.wordDocument,this.webImages);