Alternative to the ColorFiltered widget in FF?

Hello,

I would like to apply a black & white / grayscale color filter to some elements of my app based on certain conditions. A bit like the blur widget already present in FlutterFlow would work.

The Flutter ColorFiltered widget does what I am looking for, and requires the content we want to modify to be wrapped inside it (like the blur widget).

To my knowledge this widget is not available in FlutterFlow, and knowing that we can't wrap things inside custom widgets in FF, my guess is custom widgets won't work for me.

Anybody has an idea of how I can achieve this?

Thank you!

2 replies