We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3053b6c commit 9176f7bCopy full SHA for 9176f7b
packages/flutter/lib/src/widgets/basic.dart
@@ -5203,7 +5203,7 @@ class Flexible extends ParentDataWidget<FlexParentData> {
5203
/// The flex factor to use for this child.
5204
///
5205
/// If null or zero, the child is inflexible and determines its own size. If
5206
- /// non-zero, the amount of space the child's can occupy in the main axis is
+ /// non-zero, the amount of space the child can occupy in the main axis is
5207
/// determined by dividing the free space (after placing the inflexible
5208
/// children) according to the flex factors of the flexible children.
5209
final int flex;
0 commit comments