SimpleSettingsTile constructor
Implementation
SimpleSettingsTile({
@required this.title,
this.subtitle,
this.child,
this.enabled = true,
this.leading,
this.onTap,
});
SimpleSettingsTile({
@required this.title,
this.subtitle,
this.child,
this.enabled = true,
this.leading,
this.onTap,
});