Fix copy/pasta ConstrainedBox docs (#7795)

Fixes #7788
This commit is contained in:
Adam Barth 2017-02-01 23:14:05 -08:00 committed by GitHub
parent 6dcd127188
commit 8b4aed1720

View File

@ -878,7 +878,7 @@ class SizedBox extends SingleChildRenderObjectWidget {
///
/// For example, if you wanted [child] to have a minimum height of 50.0 logical
/// pixels, you could use `const BoxConstraints(minHeight: 50.0)`` as the
/// [additionalConstraints].
/// [constraints].
class ConstrainedBox extends SingleChildRenderObjectWidget {
/// Creates a widget that imposes additional constraints on its child.
///