ExpandableSettingsTile constructor
Implementation
ExpandableSettingsTile({
@required this.title,
this.subtitle = '',
this.children,
this.enabled = true,
this.expanded = false,
this.leading,
});
ExpandableSettingsTile({
@required this.title,
this.subtitle = '',
this.children,
this.enabled = true,
this.expanded = false,
this.leading,
});