Points
        Inherits: Shape
Draws a sequence of points according to
the given point_mode.
Properties
- 
          paint(Paint) –A style to draw points with. 
- 
          point_mode(PointMode) –Defines how a list of points is interpreted when drawing a set of points. 
- 
          points(list[OffsetValue] | None) –The list of offsets describing points. 
Properties#
class-attribute
      instance-attribute
  
#
    A style to draw points with.
class-attribute
      instance-attribute
  
#
    Defines how a list of points is interpreted when drawing a set of points.
class-attribute
      instance-attribute
  
#
points: list[OffsetValue] | None = None
The list of offsets describing points.