SettingsTile constructor
Implementation
const SettingsTile({
required this.title,
required this.subtitle,
required this.icon,
required this.trailingIcon,
required this.onPressed,
super.key,
});
const SettingsTile({
required this.title,
required this.subtitle,
required this.icon,
required this.trailingIcon,
required this.onPressed,
super.key,
});