PointShape constructor

PointShape(
  1. bool hollow,
  2. double strokeWidth
)

Implementation

PointShape(this.hollow, this.strokeWidth);