ExportInstance constructor
const
ExportInstance(
- ExportDelegate delegate,
- Future<
Widget> exportFunc(- Widget widget
Implementation
const ExportInstance(this.delegate, this.exportFunc);