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.
CustomPaint
CustomPainter
1 parent 2b621e1 commit b6afa92Copy full SHA for b6afa92
packages/flutter/lib/src/rendering/custom_paint.dart
@@ -26,7 +26,7 @@ typedef SemanticsBuilderCallback = List<CustomPainterSemantics> Function(Size si
26
/// [RenderCustomPaint] (in the rendering library).
27
///
28
/// To implement a custom painter, either subclass or implement this interface
29
-/// to define your custom paint delegate. [CustomPaint] subclasses must
+/// to define your custom paint delegate. [CustomPainter] subclasses must
30
/// implement the [paint] and [shouldRepaint] methods, and may optionally also
31
/// implement the [hitTest] and [shouldRebuildSemantics] methods, and the
32
/// [semanticsBuilder] getter.
0 commit comments