call method

  1. @override
Polygon call({
  1. List<Point32>? points,
})

Implementation

@override
Polygon call({
  List<Point32>? points,
}) => Polygon(
points: points,
);