Format Align Justify 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 format_align_justify Icon can be added to any web page simply as below.
You can integrate Format Align Justify flutter Icon Outline, Filled, Rounded , Sharp and Two Tone by just adding following below syntax & icon code.
Icon( Icons.format_align_justify_outlined, ),
format_align_justify_outlined
Icon( Icons.format_align_justify, ),
format_align_justify
Icon( Icons.format_align_justify_round, ),
format_align_justify_round
Icon( Icons.format_align_justify_sharp, ),
format_align_justify_sharp
Icon( Icons.format_align_justify_two_tone, ),
format_align_justify_two_tone
For Customizations you can follow instructions here - Flutter Classes
align, alignment, doc, edit, editing, editor, format, justify, sheet, spreadsheet, text, type, writing
Advertisements
Icon Code is - format_align_justify.
⭐ What is Flutter ID for Format Align Justify Icon?Flutter id for Format Align Justify Icon code is: format_align_justify
⭐ 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.