PolygonRF constructor
PolygonRF({})
Implementation
PolygonRF(
{required super.color,
super.ConsumeTapEvents,
super.Geodesic,
super.Id,
super.type,
super.Visible,
super.ZIndex,
required this.Points,
required this.BorderStrokeWidth,
required this.BorderColor,
required this.StrokeWidth});