SimpleDropDownSettingsTile constructor
const
SimpleDropDownSettingsTile({})
Implementation
const SimpleDropDownSettingsTile({
super.key,
required this.title,
required this.settingKey,
required this.selected,
required this.values,
this.enabled = true,
this.onChange,
this.subtitle = '',
this.leading,
this.titleTextStyle,
this.subtitleTextStyle,
});