maxkeppeler / sheets

⭐ ‎‎‎‏‏‎ ‎Offers a range of beautiful sheets (dialogs & bottom sheets) for quick use in your project. Includes many ways to customize sheets.
https://maxkeppeler.github.io/sheets/
Apache License 2.0
921 stars 77 forks source link

No option to disable icons for options sheet. #9

Closed adarshpugalia closed 3 years ago

adarshpugalia commented 3 years ago

Sometimes, there are no icons to be used for list of options, and I just want the use the options sheet to be able to display a list of options.

There should be a way to disable icons, and left align the options. Currently not settings icons, leaves a significant blank space to the left of the options text.

maxkeppeler commented 3 years ago

The OptionsSheet without Icons works fine for the list view, but in the grid view are icons necessary. I'm unsure right now, if I should throw an exception if the options have no icons and are displayed in a grid, or not and let them just look bad in the grid view.