颤振材质图标减号

stu*_*low 7 material flutter

我找不到它。为什么在材料设计图标中没有减号图标?

https://docs.flutter.io/flutter/material/Icons-class.html

I can have Add icon https://docs.flutter.io/flutter/widgets/IconData-class.html but why there is no minus icon?

anm*_*ail 8

为了检查可用性图标-您可以检查-https://material.io/tools/icons/?style =baseline

现在出现减号图标-它以不同的名称显示。

Icon( Icons.remove, color: Colors.deepOrange, ),
Run Code Online (Sandbox Code Playgroud)