copyWith method

LinkPreviewTypeAnimation copyWith({
  1. Animation? animation,
})

Implementation

LinkPreviewTypeAnimation copyWith({Animation? animation}) =>
    LinkPreviewTypeAnimation(animation: animation ?? this.animation);