Set the polygon's stroke width value
Future<void> setPolygonStrokeWidth(num width) => DisplayRulePlatform.instance.setPolygonStrokeWidth(id, width);