SettingsList constructor

const SettingsList({
  1. Key? key,
  2. List<AbstractSection>? sections,
  3. String? appInfo,
})

Implementation

const SettingsList({Key? key, this.sections, this.appInfo}) : super(key: key);