Close Fullscreen 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 close_fullscreen Icon can be added to any web page simply as below.
You can integrate Close Fullscreen flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.close_fullscreen_outlined, ),
close_fullscreen_outlined
Icon( Icons.close_fullscreen, ),
close_fullscreen
Icon( Icons.close_fullscreen_round, ),
close_fullscreen_round
Icon( Icons.close_fullscreen_sharp, ),
close_fullscreen_sharp
Icon( Icons.close_fullscreen_two_tone, ),
close_fullscreen_two_tone
For Customizations you can follow instructions here - Flutter Classes
action, arrow, arrows, close, collapse, direction, full, fullscreen, minimize, screen,Vuetify Close Fullscreen Icon (Vue Js), Material Ui Close Fullscreen Icon (React Js), Mat Icon Close Fullscreen (Angular Material)
Advertisements
Icon Code is - close_fullscreen.
⭐ What is Flutter ID for Close Fullscreen Icon?Flutter id for Close Fullscreen Icon code is: close_fullscreen
⭐ 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.