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.
1 parent 2b788c9 commit 3c70fb2Copy full SHA for 3c70fb2
packages/flutter/lib/src/widgets/layout_builder.dart
@@ -48,7 +48,7 @@ abstract class ConstrainedLayoutBuilder<ConstraintType extends Constraints> exte
48
/// Called at layout time to construct the widget tree.
49
///
50
/// The builder must not return null.
51
- final Widget Function(BuildContext, ConstraintType) builder;
+ final Widget Function(BuildContext context, ConstraintType constraints) builder;
52
53
// updateRenderObject is redundant with the logic in the LayoutBuilderElement below.
54
}
0 commit comments