@@ -4399,8 +4399,8 @@ class PositionedDirectional extends StatelessWidget {
4399
4399
///
4400
4400
/// Layout for a [Flex] proceeds in six steps:
4401
4401
///
4402
- /// 1. Layout each child a null or zero flex factor (e.g., those that are not
4403
- /// [Expanded]) with unbounded main axis constraints and the incoming
4402
+ /// 1. Layout each child with a null or zero flex factor (e.g., those that are
4403
+ /// not [Expanded]) with unbounded main axis constraints and the incoming
4404
4404
/// cross axis constraints. If the [crossAxisAlignment] is
4405
4405
/// [CrossAxisAlignment.stretch], instead use tight cross axis constraints
4406
4406
/// that match the incoming max extent in the cross axis.
@@ -4776,8 +4776,8 @@ class Flex extends MultiChildRenderObjectWidget {
4776
4776
///
4777
4777
/// Layout for a [Row] proceeds in six steps:
4778
4778
///
4779
- /// 1. Layout each child a null or zero flex factor (e.g., those that are not
4780
- /// [Expanded]) with unbounded horizontal constraints and the incoming
4779
+ /// 1. Layout each child with a null or zero flex factor (e.g., those that are
4780
+ /// not [Expanded]) with unbounded horizontal constraints and the incoming
4781
4781
/// vertical constraints. If the [crossAxisAlignment] is
4782
4782
/// [CrossAxisAlignment.stretch], instead use tight vertical constraints that
4783
4783
/// match the incoming max height.
@@ -4967,8 +4967,8 @@ class Row extends Flex {
4967
4967
///
4968
4968
/// Layout for a [Column] proceeds in six steps:
4969
4969
///
4970
- /// 1. Layout each child a null or zero flex factor (e.g., those that are not
4971
- /// [Expanded]) with unbounded vertical constraints and the incoming
4970
+ /// 1. Layout each child with a null or zero flex factor (e.g., those that are
4971
+ /// not [Expanded]) with unbounded vertical constraints and the incoming
4972
4972
/// horizontal constraints. If the [crossAxisAlignment] is
4973
4973
/// [CrossAxisAlignment.stretch], instead use tight horizontal constraints
4974
4974
/// that match the incoming max width.
0 commit comments