Fix copypasta in Column docs (#6736)
Fixes https://github.com/flutter/flutter/issues/6734
This commit is contained in:
parent
01ca34cd0c
commit
10d20c77aa
@ -2064,12 +2064,12 @@ class Row extends Flex {
|
|||||||
|
|
||||||
/// A widget that lays out its children in a vertical array.
|
/// A widget that lays out its children in a vertical array.
|
||||||
///
|
///
|
||||||
/// Each child of a [Row] widget is either flexible or inflexible. The [Row]
|
/// Each child of a [Column] widget is either flexible or inflexible. The
|
||||||
/// first lays out its inflexible children and subtracts their total width to
|
/// [Column] first lays out its inflexible children and subtracts their total
|
||||||
/// determine how much free space is available. The [Row] then divides this free
|
/// height to determine how much free space is available. The [Column] then
|
||||||
/// space among the flexible children in a ratio determined by their
|
/// divides this free space among the flexible children in a ratio determined by
|
||||||
/// [Flexible.flex] properties. To control the flex of child widgets, see the
|
/// their [Flexible.flex] properties. To control the flex of child widgets, see
|
||||||
/// [Flexible] widget.
|
/// the [Flexible] widget.
|
||||||
///
|
///
|
||||||
/// The [mainAxisAlignment] property determines how the remaining vertical free
|
/// The [mainAxisAlignment] property determines how the remaining vertical free
|
||||||
/// space (if any) is allocated after the flexible children are dealt with. The
|
/// space (if any) is allocated after the flexible children are dealt with. The
|
||||||
|
Loading…
x
Reference in New Issue
Block a user