1 parent d7bf288 commit 4726959Copy full SHA for 4726959
1 file changed
lib/auto_layout_frame.dart
@@ -24,10 +24,10 @@ enum AutoLayoutResizing {
24
/// by the [width] and [height] properties.
25
fixed,
26
27
- /// same as [ListView.shrinkWrap]
+ /// Shrinks the frame to fit its children as tightly as possible.
28
hugContents,
29
30
- /// same as [Expanded]
+ /// Expands the frame to fill the available space in its parent.
31
fillContainer,
32
}
33
0 commit comments