Skip to content

Commit

Permalink
Pass ScrollDirection to SingleChildScrollView
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmolnar committed Jan 22, 2025
1 parent 3c832d5 commit dbfbc8c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/timeline/drag/drag_until_visible_test_widget.dart
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ class DragUntilVisibleSingleDirectionTestWidget extends StatelessWidget {
final child = () {
if (useColumnOrRow) {
return SingleChildScrollView(
scrollDirection: axis,
child: Flex(
mainAxisSize: MainAxisSize.min,
direction: axis,
children: items,
),
Expand Down

0 comments on commit dbfbc8c

Please sign in to comment.