We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fbac7 commit 959d821Copy full SHA for 959d821
lib/samples/create_and_edit_geometries/create_and_edit_geometries.dart
@@ -286,7 +286,7 @@ class _CreateAndEditGeometriesState extends State<CreateAndEditGeometries>
286
final tools = {
287
_vertexTool: 'Vertex Tool',
288
_reticleVertexTool: 'Reticle Vertex Tool',
289
- _freehandTool: 'Freehand tool',
+ _freehandTool: 'Freehand Tool',
290
_arrowShapeTool: 'Arrow Shape Tool',
291
_ellipseShapeTool: 'Ellipse Shape Tool',
292
_rectangleShapeTool: 'Rectangle Shape Tool',
0 commit comments