copyWith method

SettingsSectionAppearance copyWith({
  1. String? subsection,
})

Implementation

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