flutter_gen
                                
                                 flutter_gen copied to clipboard
                                
                                    flutter_gen copied to clipboard
                            
                            
                            
                        [BUG]: how to change the color property of generated svg file
Is there an existing issue for this?
- [X] I have searched the existing issues
Version
No response
Command type
build_runner (Default)
What happened?
when i tried Assets.icons.homeIcon.svg(color: );
its showing 'color' is deprecated and shouldn't be used
Relevant a pubspec.yaml.
No response
Relevant log output
No response
Code of Conduct
- [X] I agree to follow this project's Code of Conduct
Any updates?
You should use colorFilter instead.