menu
flutter_settings_screens package
documentation
flutter_settings_screens
SettingsGroup
SettingsGroup constructor
SettingsGroup
brightness_4
SettingsGroup
constructor
SettingsGroup
(
{
@
required
String
title
,
String
subtitle
,
@
required
List
<
Widget
>
children
}
)
Implementation
SettingsGroup({ @required this.title, this.subtitle, @required this.children, });
flutter_settings_screens package
documentation
flutter_settings_screens
SettingsGroup
SettingsGroup constructor
SettingsGroup class
Constructors
SettingsGroup
Properties
children
hashCode
key
runtimeType
subtitle
title
Methods
build
createElement
debugDescribeChildren
debugFillProperties
groupStyle
noSuchMethod
toDiagnosticsNode
toString
toStringDeep
toStringShallow
toStringShort
Operators
operator ==