menu
platform_settings_ui package
documentation
settings_section
SettingsSection
SettingsSection const constructor
SettingsSection
brightness_4
brightness_5
SettingsSection
constructor
const
SettingsSection
(
{
Key
?
key
,
String
?
title
,
required
List
<
Widget
>
children
}
)
Implementation
const SettingsSection({ Key? key, this.title, required this.children, }) : super(key: key);
platform_settings_ui package
documentation
settings_section
SettingsSection
SettingsSection const constructor
SettingsSection class
Constructors
SettingsSection
Properties
children
hashCode
key
runtimeType
title
Methods
build
createElement
debugDescribeChildren
debugFillProperties
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==