mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Remove null from flex documentation (#158086)
Closes https://github.com/flutter/flutter/issues/158085
This commit is contained in:
parent
ed91ba1ba5
commit
8591d0c16a
@ -5359,10 +5359,10 @@ class Flexible extends ParentDataWidget<FlexParentData> {
|
||||
|
||||
/// The flex factor to use for this child.
|
||||
///
|
||||
/// If null or zero, the child is inflexible and determines its own size. If
|
||||
/// non-zero, the amount of space the child can occupy in the main axis is
|
||||
/// determined by dividing the free space (after placing the inflexible
|
||||
/// children) according to the flex factors of the flexible children.
|
||||
/// If zero, the child is inflexible and determines its own size. If non-zero,
|
||||
/// the amount of space the child can occupy in the main axis is determined by
|
||||
/// dividing the free space (after placing the inflexible children) according
|
||||
/// to the flex factors of the flexible children.
|
||||
final int flex;
|
||||
|
||||
/// How a flexible child is inscribed into the available space.
|
||||
|
Loading…
Reference in New Issue
Block a user