You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// This example shows how to use an [Expanded] widget in a [Column] so that
4460
-
/// it's middle child, a [Container] here, expands to fill the space.
4460
+
/// its middle child, a [Container] here, expands to fill the space.
4461
4461
///
4462
4462
/// 
4463
4463
///
@@ -4539,7 +4539,7 @@ class Flexible extends ParentDataWidget<FlexParentData> {
4539
4539
/// See also:
4540
4540
///
4541
4541
/// * [Flexible], which does not force the child to fill the available space.
4542
-
/// * [Spacer], a widget that takes up space proportional to it's flex value.
4542
+
/// * [Spacer], a widget that takes up space proportional to its flex value.
4543
4543
/// * The [catalog of layout widgets](https://flutter.dev/widgets/layout/).
4544
4544
classExpandedextendsFlexible {
4545
4545
/// Creates a widget that expands a child of a [Row], [Column], or [Flex]
0 commit comments