copyWith method
Copies the ExportDelegate with the given options
.
Implementation
ExportDelegate copyWith({ExportOptions? options}) => ExportDelegate(
options: options ?? this.options,
ttfFonts: fontData.ttfFonts,
);
Copies the ExportDelegate with the given options
.
ExportDelegate copyWith({ExportOptions? options}) => ExportDelegate(
options: options ?? this.options,
ttfFonts: fontData.ttfFonts,
);