copyWith method

InternalLinkTypeTextCompositionStyle copyWith({
  1. String? styleName,
})

Implementation

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