Unfold More Icon is given below. You can use this icon on the same way in your project. First make sure you have added Material Icon library.
You can also customize icon color and size in flutter using properties. You can get different-different varients like outline, filled, sharp, rounded and two-tone.
Material Design Flutter Icon unfold_more Icon can be added to any web page simply as below.
You can integrate Unfold More flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.unfold_more_outlined, ),
unfold_more_outlined
Icon( Icons.unfold_more, ),
unfold_more
Icon( Icons.unfold_more_round, ),
unfold_more_round
Icon( Icons.unfold_more_sharp, ),
unfold_more_sharp
Icon( Icons.unfold_more_two_tone, ),
unfold_more_two_tone
For Customizations you can follow instructions here - Flutter Classes
arrow, arrows, chevron, collapse, direction, down, expand, expandable, list, more, navigation, unfold,Vuetify Unfold More Icon (Vue Js), Material Ui Unfold More Icon (React Js), Mat Icon Unfold More (Angular Material)
Advertisements