Commit ae49356a authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Improve Center docs a tiny bit. (#6636)

parent fa2caa73
......@@ -659,7 +659,8 @@ class Align extends SingleChildRenderObjectWidget {
///
/// See also:
///
/// * [Align]
/// * [Align], which lets you arbitrarily position a child within itself,
/// rather than just centering it.
class Center extends Align {
/// Creates a widget that centers its child.
Center({ Key key, double widthFactor, double heightFactor, Widget child })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment