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 d2858f0 commit 82ff246Copy full SHA for 82ff246
packages/flutter/lib/src/widgets/basic.dart
@@ -1835,12 +1835,12 @@ class Align extends SingleChildRenderObjectWidget {
1835
1836
/// If non-null, sets its width to the child's width multiplied by this factor.
1837
///
1838
- /// Can be both greater and less than 1.0 but must be positive.
+ /// Can be both greater and less than 1.0 but must be non-negative.
1839
final double? widthFactor;
1840
1841
/// If non-null, sets its height to the child's height multiplied by this factor.
1842
1843
1844
final double? heightFactor;
1845
1846
@override
0 commit comments