I need this ÷
sign in my app.
what is the name of the division ÷
sign in the icons section in Flutter Dart Material?
I tried this code but the sign does not exist.
IconButton(onPressed: _divideCounter, icon:Icon(Icons.division))
I need this ÷
sign in my app.
what is the name of the division ÷
sign in the icons section in Flutter Dart Material?
I tried this code but the sign does not exist.
IconButton(onPressed: _divideCounter, icon:Icon(Icons.division))
2
Answers
If you want some special icons in your application. Just use these packages:
Here is the list of icons: fontawesome
Here is the list of icons: flutter-vector-icons
Install these packages by run command in your project directory:
If you don’t want to use a third-party package you can do this:
Adjust the font size as needed.