Unverified Commit b6afa927 authored by Boluwatifẹ's avatar Boluwatifẹ Committed by GitHub

Error in docs: `CustomPaint` instead of `CustomPainter` (#107836)

parent 2b621e1a
...@@ -26,7 +26,7 @@ typedef SemanticsBuilderCallback = List<CustomPainterSemantics> Function(Size si ...@@ -26,7 +26,7 @@ typedef SemanticsBuilderCallback = List<CustomPainterSemantics> Function(Size si
/// [RenderCustomPaint] (in the rendering library). /// [RenderCustomPaint] (in the rendering library).
/// ///
/// To implement a custom painter, either subclass or implement this interface /// To implement a custom painter, either subclass or implement this interface
/// to define your custom paint delegate. [CustomPaint] subclasses must /// to define your custom paint delegate. [CustomPainter] subclasses must
/// implement the [paint] and [shouldRepaint] methods, and may optionally also /// implement the [paint] and [shouldRepaint] methods, and may optionally also
/// implement the [hitTest] and [shouldRebuildSemantics] methods, and the /// implement the [hitTest] and [shouldRebuildSemantics] methods, and the
/// [semanticsBuilder] getter. /// [semanticsBuilder] getter.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment