Details 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 details Icon can be added to any web page simply as below.
You can integrate Details flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.details_outlined, ),
details_outlined
Icon( Icons.details, ),
details
Icon( Icons.details_round, ),
details_round
Icon( Icons.details_sharp, ),
details_sharp
Icon( Icons.details_two_tone, ),
details_two_tone
For Customizations you can follow instructions here - Flutter Classes
details, edit, editing, enhance, image, photo, photography, sharpen, triangle
Advertisements