flutter-studio / flutter-icons

Customizable Icons for Flutter :boom:
Apache License 2.0
332 stars 123 forks source link

It seems that these icons do not support resizing and coloring #19

Open jemygraw opened 4 years ago

jemygraw commented 4 years ago

code like this not work.

Icon( Feather.gitlab, size: 16, color: Colors.grey)
2534290808 commented 4 years ago

Can you give me more specific information about the environment?

giorgio79 commented 4 years ago

Just tried this, and indeed setting the size property makes no difference...