menu
material_expressive package
documentation
material_expressive.dart
SettingsSection
SettingsSection.new const constructor
SettingsSection.new const constructor
dark_mode
light_mode
SettingsSection
constructor
const
SettingsSection
(
{
Key
?
key
,
required
String
title
,
required
List
<
Widget
>
children
,
})
Implementation
const SettingsSection({ super.key, required this.title, required this.children, });
material_expressive package
documentation
material_expressive
SettingsSection
SettingsSection.new const constructor
SettingsSection class