GetComponentsParams constructor

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

Implementation

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