IconRenderer
Renders a Flutter IconData to a PNG file and returns a file:// URI
suitable for use as a marker icon on native maps.
Icons are cached by a key derived from the icon, size, and color so that repeated calls with the same parameters return instantly.
Last updated on