Unverified Commit 6e1a0ed2 authored by creativecreatorormaybenot's avatar creativecreatorormaybenot Committed by GitHub

Correct typo in addWithPaintTransform docs (#80657)

parent b4175e9b
...@@ -695,7 +695,7 @@ class BoxHitTestResult extends HitTestResult { ...@@ -695,7 +695,7 @@ class BoxHitTestResult extends HitTestResult {
/// ///
/// The `position` argument may be null, which will be forwarded to the /// The `position` argument may be null, which will be forwarded to the
/// `hitTest` callback as-is. Using null as the position can be useful if /// `hitTest` callback as-is. Using null as the position can be useful if
/// the child speaks a different hit test protocol then the parent and the /// the child speaks a different hit test protocol than the parent and the
/// position is not required to do the actual hit testing in that protocol. /// position is not required to do the actual hit testing in that protocol.
/// ///
/// The function returns the return value of the `hitTest` callback. /// The function returns the return value of the `hitTest` callback.
...@@ -706,7 +706,6 @@ class BoxHitTestResult extends HitTestResult { ...@@ -706,7 +706,6 @@ class BoxHitTestResult extends HitTestResult {
/// ///
/// ```dart /// ```dart
/// abstract class RenderFoo extends RenderBox { /// abstract class RenderFoo extends RenderBox {
///
/// final Matrix4 _effectiveTransform = Matrix4.rotationZ(50); /// final Matrix4 _effectiveTransform = Matrix4.rotationZ(50);
/// ///
/// @override /// @override
......
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