copyWith method

InternalLinkTypeTheme copyWith({
  1. String? themeName,
})

Implementation

InternalLinkTypeTheme copyWith({String? themeName}) =>
    InternalLinkTypeTheme(themeName: themeName ?? this.themeName);