setPolygonStrokeWidth method

Future<void> setPolygonStrokeWidth(
  1. num width
)

Set the polygon's stroke width value

Implementation

Future<void> setPolygonStrokeWidth(num width) =>
    DisplayRulePlatform.instance.setPolygonStrokeWidth(id, width);