FFImageLoading
FFImageLoading copied to clipboard
ReplaceStringMap Question
We are using this plugin for our Map page replacing the SVG pin color which has 2 parts. White is the pin background, and on the center of the pin there's a circle which shows a different color on depends on the filter we set.
We are aiming to have the pin change its 2 colors when selected. The white backround becomes the app theme color, and the circle on the center, should become white
Question is: Is there anyway to do this since ReplaceStringMap can be only accessed when instantiating the SvgCacheImage and TintTransformation is a no-go since it replaces the color of the entire pin.