copyWith method
Implementation
@override
RichTextIcon copyWith({
Document? document,
int? width,
int? height,
}) => RichTextIcon(
document: document ?? this.document,
width: width ?? this.width,
height: height ?? this.height,
);
@override
RichTextIcon copyWith({
Document? document,
int? width,
int? height,
}) => RichTextIcon(
document: document ?? this.document,
width: width ?? this.width,
height: height ?? this.height,
);