Replace `RenderBox.compute*` with `RenderBox.get*` and add `@visibleForOverriding` (#145503)
`@visibleForOverriding` + `@protected` unfortunately does not catch the case where a `compute*` method was overridden in a subtype and the overide was called in that same type's implementation. I did not add a `flutter_ignore` for this because it doesn't seem there will be false positives.
Showing
Please register or sign in to comment