Fullscreen Exit 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 fullscreen_exit Icon can be added to any web page simply as below.
You can integrate Fullscreen Exit flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.fullscreen_exit_outlined, ),
fullscreen_exit_outlined
Icon( Icons.fullscreen_exit, ),
fullscreen_exit
Icon( Icons.fullscreen_exit_round, ),
fullscreen_exit_round
Icon( Icons.fullscreen_exit_sharp, ),
fullscreen_exit_sharp
Icon( Icons.fullscreen_exit_two_tone, ),
fullscreen_exit_two_tone
For Customizations you can follow instructions here - Flutter Classes
adjust, app, application, components, exit, full, fullscreen, interface, screen, site, size, ui, ux, view, web, website,Vuetify Fullscreen Exit Icon (Vue Js), Material Ui Fullscreen Exit Icon (React Js), Mat Icon Fullscreen Exit (Angular Material)
Advertisements
Icon Code is - fullscreen_exit.
⭐ What is Flutter ID for Fullscreen Exit Icon?Flutter id for Fullscreen Exit Icon code is: fullscreen_exit
⭐ 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.