Screen Lock Landscape 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 screen_lock_landscape Icon can be added to any web page simply as below.
You can integrate Screen Lock Landscape flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.screen_lock_landscape_outlined, ),
screen_lock_landscape_outlined
Icon( Icons.screen_lock_landscape, ),
screen_lock_landscape
Icon( Icons.screen_lock_landscape_round, ),
screen_lock_landscape_round
Icon( Icons.screen_lock_landscape_sharp, ),
screen_lock_landscape_sharp
Icon( Icons.screen_lock_landscape_two_tone, ),
screen_lock_landscape_two_tone
For Customizations you can follow instructions here - Flutter Classes
Android, OS, device, hardware, iOS, landscape, lock, mobile, phone, rotate, screen, tablet
Advertisements
Icon Code is - screen_lock_landscape.
⭐ What is Flutter ID for Screen Lock Landscape Icon?Flutter id for Screen Lock Landscape Icon code is: screen_lock_landscape
⭐ 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.