Skip to content

Commit

Permalink
Open movingOnWindowChange attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
廖检成 committed Oct 14, 2024
1 parent dcefd23 commit b7377e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/core/toast.dart
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ ToastFuture showToastWidget(
animationDuration ??= theme.animationDuration;
animationCurve ??= theme.animationCurve;
duration ??= theme.duration;
movingOnWindowChange = theme.movingOnWindowChange;
movingOnWindowChange ??= theme.movingOnWindowChange;

final TextDirection direction = textDirection ?? theme.textDirection;

Expand Down

0 comments on commit b7377e5

Please sign in to comment.