You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/flutter/lib/src/rendering/proxy_box.dart
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -51,9 +51,8 @@ class RenderProxyBox extends RenderBox with RenderObjectWithChildMixin<RenderBox
51
51
/// This class can be used as a mixin for situations where the proxying behavior
52
52
/// of [RenderProxyBox] is desired but inheriting from [RenderProxyBox] is
53
53
/// impractical (e.g. because you want to mix in other classes as well).
54
-
/// TODO(ianh): Remove this class once https://github.com/dart-lang/sdk/issues/15101 is fixed
// TODO(ianh): Remove this class once https://github.com/dart-lang/sdk/issues/15101 is fixed
0 commit comments