Short Text 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 short_text Icon can be added to any web page simply as below.
You can integrate Short Text flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.short_text_outlined, ),
short_text_outlined
Icon( Icons.short_text, ),
short_text
Icon( Icons.short_text_round, ),
short_text_round
Icon( Icons.short_text_sharp, ),
short_text_sharp
Icon( Icons.short_text_two_tone, ),
short_text_two_tone
For Customizations you can follow instructions here - Flutter Classes
brief, comment, doc, document, note, short, text, write, writing
Advertisements
Icon Code is - short_text.
⭐ What is Flutter ID for Short Text Icon?Flutter id for Short Text Icon code is: short_text
⭐ 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.