SettingsSection constructor
const
SettingsSection({
- required List<
AbstractSettingsTile> tiles, - EdgeInsetsDirectional? margin,
- Widget? title,
- Widget? bottomInfo,
- Key? key,
Implementation
const SettingsSection({
required this.tiles,
this.margin,
this.title,
this.bottomInfo,
super.key,
});