/// This example shows how to use an [Expanded] widget in a [Column] so that
/// This example shows how to use an [Expanded] widget in a [Column] so that
/// it's middle child, a [Container] here, expands to fill the space.
/// its middle child, a [Container] here, expands to fill the space.
///
///
/// ![This results in two thin blue boxes with a larger amber box in between.](https://flutter.github.io/assets-for-api-docs/assets/widgets/expanded_column.png)
/// ![This results in two thin blue boxes with a larger amber box in between.](https://flutter.github.io/assets-for-api-docs/assets/widgets/expanded_column.png)
///
///
...
@@ -4539,7 +4539,7 @@ class Flexible extends ParentDataWidget<FlexParentData> {
...
@@ -4539,7 +4539,7 @@ class Flexible extends ParentDataWidget<FlexParentData> {
/// See also:
/// See also:
///
///
/// * [Flexible], which does not force the child to fill the available space.
/// * [Flexible], which does not force the child to fill the available space.
/// * [Spacer], a widget that takes up space proportional to it's flex value.
/// * [Spacer], a widget that takes up space proportional to its flex value.
/// * The [catalog of layout widgets](https://flutter.dev/widgets/layout/).
/// * The [catalog of layout widgets](https://flutter.dev/widgets/layout/).
classExpandedextendsFlexible{
classExpandedextendsFlexible{
/// Creates a widget that expands a child of a [Row], [Column], or [Flex]
/// Creates a widget that expands a child of a [Row], [Column], or [Flex]