SettingSection constructor
const
SettingSection({
- Key? key,
- String? title,
- SettingSpacer topSpacer = const SettingSpacer(),
- required List<
Widget> children,
Creates a new FitSettingSection
.
Implementation
const SettingSection(
{super.key,
this.title,
this.topSpacer = const SettingSpacer(),
required this.children});