yellowQ-software / yellowQ-Flutter-Image-Painter

Flutter package for painting on images
MIT License
106 stars 116 forks source link

Text Icon color is not set #49

Closed noza0727 closed 1 year ago

noza0727 commented 1 year ago

All the icons have a color of Colors.grey[700] except the Text icon. Because of that, when we change to dark mode, the color of the Text icon is changing to a lighter version which is not visible for the user. Is it possible to add color to the text icon also as it is done for others? And it would be even better, as an improvement, if the package could accept colors for icons. Thank you.

esleptsovaINO commented 1 year ago

I had the same problem. For now solved it with Theme: Theme( data: Theme.of(context) .copyWith(iconTheme: IconThemeData(color: Colors.grey[700])), child: ImagePainter.file(...), )

lively-bigyan commented 1 year ago

Sorry for the late response. I haven't had the chance to actively work on the package lately. You can expect it to be done soon.

lively-bigyan commented 1 year ago

Resolved in v0.6.0.