Assistant Direction 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 assistant_direction Icon can be added to any web page simply as below.
You can integrate Assistant Direction flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.assistant_direction_outlined, ),
assistant_direction_outlined
Icon( Icons.assistant_direction, ),
assistant_direction
Icon( Icons.assistant_direction_round, ),
assistant_direction_round
Icon( Icons.assistant_direction_sharp, ),
assistant_direction_sharp
Icon( Icons.assistant_direction_two_tone, ),
assistant_direction_two_tone
For Customizations you can follow instructions here - Flutter Classes
assistant, destination, direction, location, maps, navigate, navigation, pin, place, right, stop
Advertisements
Icon Code is - assistant_direction.
⭐ What is Flutter ID for Assistant Direction Icon?Flutter id for Assistant Direction Icon code is: assistant_direction
⭐ 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.