ChartSquarePoint ChartSquarePoint # Bases: ChartPointShape Draws a square. color: Optional[ft.ColorValue] = None # The fill color to use for the square. size: ft.Number = 4.0 # The size of the square. stroke_color: Optional[ft.ColorValue] = None # The stroke color to use for the square. stroke_width: ft.Number = 1.0 # The stroke width to use for the square.