SettingsMenuItemThemed constructor
It create a new MenuItem with the theme of the others MenuItems
Implementation
SettingsMenuItemThemed({
required this.icon,
required this.title,
required this.subtitle,
});
It create a new MenuItem with the theme of the others MenuItems
SettingsMenuItemThemed({
required this.icon,
required this.title,
required this.subtitle,
});