flutter_settings_screens icon indicating copy to clipboard operation
flutter_settings_screens copied to clipboard

Dropdown with widgets

Open enchance opened this issue 1 year ago • 0 comments

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()

enchance avatar Apr 12 '23 09:04 enchance