changed 'constrains' to 'constraints' in ChildLayoutHelper.dryLayoutC… (#76963)
This commit is contained in:
parent
199d5dc086
commit
fc77610dd6
@ -33,8 +33,8 @@ class ChildLayoutHelper {
|
|||||||
///
|
///
|
||||||
/// * [layoutChild], which actually lays out the child with the given
|
/// * [layoutChild], which actually lays out the child with the given
|
||||||
/// constraints.
|
/// constraints.
|
||||||
static Size dryLayoutChild(RenderBox child, BoxConstraints constrains) {
|
static Size dryLayoutChild(RenderBox child, BoxConstraints constraints) {
|
||||||
return child.getDryLayout(constrains);
|
return child.getDryLayout(constraints);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// Lays out the [RenderBox] with the given constraints and returns its
|
/// Lays out the [RenderBox] with the given constraints and returns its
|
||||||
|
Loading…
x
Reference in New Issue
Block a user