PointStyle constructor

PointStyle({
  1. String? shape,
  2. double? size,
})

Implementation

PointStyle({this.shape, this.size});