Allow the use of widgets for DropDownSettingsTile() for the value property. Useful for scenarios such as displaying a theme selector where you'd like to show the theme color and the theme name using a Row() widget.
Still supports the use of String only values where it defaults to the use of Text()
Allow the use of widgets for
DropDownSettingsTile()
for thevalue
property. Useful for scenarios such as displaying a theme selector where you'd like to show the theme color and the theme name using aRow()
widget.Still supports the use of
String
only values where it defaults to the use ofText()