I want to use outline icon from material design. How can I do this?
Icon(
Icons.dashboard,
color: Colors.blue,
size: 24,
),
Example I want to add 'theme: Themes.outline' in the above code. Is it possible to do this?
You can find icon resources here: https://fonts.google.com/icons?selected=Material+Icons
Use the right drawer to get Flutter id.
I was doing some tests with the Flutter master channel and it seems there are outline material icons in this channel. However, I haven't found any thread or discussion about this being added in the future to the stable channel
Edit: These icons are now available in stable channel
If you have an icon like this:
Icon(Icons.science)
it would be:
Icon(Icons.science_outlined)
I tested some and they seem to work fine
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With