Expand Less 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 expand_less Icon can be added to any web page simply as below.
You can integrate Expand Less flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.expand_less_outlined, ),
expand_less_outlined
Icon( Icons.expand_less, ),
expand_less
Icon( Icons.expand_less_round, ),
expand_less_round
Icon( Icons.expand_less_sharp, ),
expand_less_sharp
Icon( Icons.expand_less_two_tone, ),
expand_less_two_tone
For Customizations you can follow instructions here - Flutter Classes
arrow, arrows, chevron, collapse, direction, expand, expandable, less, list, up,Vuetify Expand Less Icon (Vue Js), Material Ui Expand Less Icon (React Js), Mat Icon Expand Less (Angular Material)
Advertisements