jsmarcus / Iconize

Use icon fonts in your Xamarin.Forms application!
Other
204 stars 70 forks source link

Elevation property in IconButton should be available #154

Open fabcall opened 5 years ago

fabcall commented 5 years ago

Currently, IconButton does a great job when replicating floating action buttons. Its pretty straightforward, simply make it circular and position it absolutely or relatively on your container. Since shadows are a significant visual aspect on Material Design, providing an Elevation Property to IconButton would be really helpful to reduce the gap between IconButton and the native Floating Action Button.