Legend Toggle 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 legend_toggle Icon can be added to any web page simply as below.
You can integrate Legend Toggle flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.legend_toggle_outlined, ),
legend_toggle_outlined
Icon( Icons.legend_toggle, ),
legend_toggle
Icon( Icons.legend_toggle_round, ),
legend_toggle_round
Icon( Icons.legend_toggle_sharp, ),
legend_toggle_sharp
Icon( Icons.legend_toggle_two_tone, ),
legend_toggle_two_tone
For Customizations you can follow instructions here - Flutter Classes
analytics, chart, data, diagram, graph, infographic, legend, measure, metrics, monitoring, stackdriver, statistics, toggle, tracking,Vuetify Legend Toggle Icon (Vue Js), Material Ui Legend Toggle Icon (React Js), Mat Icon Legend Toggle (Angular Material)
Advertisements
Icon Code is - legend_toggle.
⭐ What is Flutter ID for Legend Toggle Icon?Flutter id for Legend Toggle Icon code is: legend_toggle
⭐ 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.