Flutter Material Icon Minus
In order to check the avail icons - you can check - https://material.io/tools/icons/?style=baseline
Now coming to minus icon - it is present with different Name.
Icon( Icons.remove, color: Colors.deepOrange, ),
In order to check the avail icons - you can check - https://material.io/tools/icons/?style=baseline
Now coming to minus icon - it is present with different Name.
Icon( Icons.remove, color: Colors.deepOrange, ),