codegrue / flutter_material_pickers

A flutter package for displaying common picker dialogs.
https://pub.dev/packages/flutter_material_pickers
MIT License
98 stars 61 forks source link

Allow custom Widgets for Iconizer, not only Icons #60

Open zeitlerv opened 1 month ago

zeitlerv commented 1 month ago

it would be nice to use our own images or widgets.

In the source code the icon is set to the paramter leading of a ListTile which also allows a Widget.