Image Aspect Ratio 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 image_aspect_ratio Icon can be added to any web page simply as below.
You can integrate Image Aspect Ratio flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.image_aspect_ratio_outlined, ),
image_aspect_ratio_outlined
Icon( Icons.image_aspect_ratio, ),
image_aspect_ratio
Icon( Icons.image_aspect_ratio_round, ),
image_aspect_ratio_round
Icon( Icons.image_aspect_ratio_sharp, ),
image_aspect_ratio_sharp
Icon( Icons.image_aspect_ratio_two_tone, ),
image_aspect_ratio_two_tone
For Customizations you can follow instructions here - Flutter Classes
aspect, image, photo, photography, picture, ratio, rectangle, square
Advertisements
Icon Code is - image_aspect_ratio.
⭐ What is Flutter ID for Image Aspect Ratio Icon?Flutter id for Image Aspect Ratio Icon code is: image_aspect_ratio
⭐ 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.