Skip to content

Commit

Permalink
apply dart fix changes
Browse files Browse the repository at this point in the history
  • Loading branch information
philip-brink committed Jun 12, 2024
1 parent aa0d15d commit 4adca04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/drag_and_drop_list_wrapper.dart
Original file line number Diff line number Diff line change
Expand Up @@ -253,9 +253,9 @@ class _DragAndDropListWrapper extends State<DragAndDropListWrapper>
);
}

Container buildFeedbackWithoutHandle(
SizedBox buildFeedbackWithoutHandle(
BuildContext context, Widget dragAndDropListContents) {
return Container(
return SizedBox(
width: widget.parameters.axis == Axis.vertical
? (widget.parameters.listDraggingWidth ??
MediaQuery.of(context).size.width)
Expand Down

0 comments on commit 4adca04

Please sign in to comment.