Skip to content

Commit 4726959

Browse files
committed
Updated docs
1 parent d7bf288 commit 4726959

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lib/auto_layout_frame.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ enum AutoLayoutResizing {
2424
/// by the [width] and [height] properties.
2525
fixed,
2626

27-
/// same as [ListView.shrinkWrap]
27+
/// Shrinks the frame to fit its children as tightly as possible.
2828
hugContents,
2929

30-
/// same as [Expanded]
30+
/// Expands the frame to fill the available space in its parent.
3131
fillContainer,
3232
}
3333

0 commit comments

Comments
 (0)