Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
Tkko committed Oct 3, 2022
2 parents fd17f6c + 13e5b1e commit 31afa4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/single_axis_dismissible_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ class _SingleAxisDismissiblePageState extends State<SingleAxisDismissiblePage>
child: FractionalTranslation(
translation: _offset,
child: Transform.scale(
scale: _scale,
scale: _scale ?? 0.0,
child: ClipRRect(
borderRadius: BorderRadius.circular(_radius),
child: child,
Expand Down

0 comments on commit 31afa4c

Please sign in to comment.