copyWith method
Implementation
InternalLinkTypeTextCompositionStyle copyWith({String? styleName}) =>
InternalLinkTypeTextCompositionStyle(
styleName: styleName ?? this.styleName,
);
InternalLinkTypeTextCompositionStyle copyWith({String? styleName}) =>
InternalLinkTypeTextCompositionStyle(
styleName: styleName ?? this.styleName,
);