Skip to content

Commit

Permalink
Update animated_item.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
mu-dawood authored Nov 8, 2023
1 parent 8d39d11 commit 4e303c2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ready/lib/src/animated_items/animated_item.dart
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ class _AnimatedState extends State<Animated> with TickerProviderStateMixin {
.transform(t),
child: Transform(
transform: transform,
alignment:widget.alignment,
child: widget.builder(t),
),
);
Expand Down

0 comments on commit 4e303c2

Please sign in to comment.