copyWith method
Implementation
SettingsSectionAppearance copyWith({String? subsection}) =>
SettingsSectionAppearance(subsection: subsection ?? this.subsection);
SettingsSectionAppearance copyWith({String? subsection}) =>
SettingsSectionAppearance(subsection: subsection ?? this.subsection);