File tree 1 file changed +4
-4
lines changed
packages/flutter/lib/src/widgets 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5359,10 +5359,10 @@ class Flexible extends ParentDataWidget<FlexParentData> {
5359
5359
5360
5360
/// The flex factor to use for this child.
5361
5361
///
5362
- /// If null or zero, the child is inflexible and determines its own size. If
5363
- /// non-zero, the amount of space the child can occupy in the main axis is
5364
- /// determined by dividing the free space (after placing the inflexible
5365
- /// children) according to the flex factors of the flexible children.
5362
+ /// If zero, the child is inflexible and determines its own size. If non-zero,
5363
+ /// the amount of space the child can occupy in the main axis is determined by
5364
+ /// dividing the free space (after placing the inflexible children) according
5365
+ /// to the flex factors of the flexible children.
5366
5366
final int flex;
5367
5367
5368
5368
/// How a flexible child is inscribed into the available space.
You can’t perform that action at this time.
0 commit comments