ExportInstance constructor

const ExportInstance(
  1. ExportDelegate delegate,
  2. Future<Widget> exportFunc(
    1. Widget widget
    )
)

Implementation

const ExportInstance(this.delegate, this.exportFunc);