Set the polygon's fill color value
Future<void> setPolygonFillColor(String color) => DisplayRulePlatform.instance.setPolygonFillColor(id, color);