Expand 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 Icon can be added to any web page simply as below.
You can integrate Expand flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.expand_outlined, ),
expand_outlined
Icon( Icons.expand, ),
expand
Icon( Icons.expand_round, ),
expand_round
Icon( Icons.expand_sharp, ),
expand_sharp
Icon( Icons.expand_two_tone, ),
expand_two_tone
For Customizations you can follow instructions here - Flutter Classes
arrow, arrows, compress, enlarge, expand, grow, move, push, together,Vuetify Expand Icon (Vue Js), Material Ui Expand Icon (React Js), Mat Icon Expand (Angular Material)
Advertisements
Icon Code is - expand.
⭐ What is Flutter ID for Expand Icon?Flutter id for Expand Icon code is: expand
⭐ Can we change icon color in flutter?Yes you can change color using color props.
⭐ Can we change icon size in flutter?Yes you can use icon size in flutter.