SettingsList constructor
const
SettingsList({
- required List<
AbstractSettingsSection> sections, - bool shrinkWrap = false,
- double? maxWidth,
- ScrollPhysics? physics,
- EdgeInsetsGeometry? contentPadding,
- Key? key,
Implementation
const SettingsList({
required this.sections,
this.shrinkWrap = false,
this.maxWidth,
this.physics,
this.contentPadding,
super.key,
});