ExportFrame constructor
const
ExportFrame({
- required String frameId,
- required ExportDelegate exportDelegate,
- required Widget child,
- Key? key,
Implementation
const ExportFrame({
required this.frameId,
required this.exportDelegate,
required this.child,
super.key,
});