Showing
1 changed file
with
5 additions
and
1 deletions
| @@ -9,7 +9,11 @@ class AvatarBottomSheet extends StatelessWidget { | @@ -9,7 +9,11 @@ class AvatarBottomSheet extends StatelessWidget { | ||
| 9 | final Animation<double> animation; | 9 | final Animation<double> animation; |
| 10 | final SystemUiOverlayStyle? overlayStyle; | 10 | final SystemUiOverlayStyle? overlayStyle; |
| 11 | 11 | ||
| 12 | - const AvatarBottomSheet({Key? key, required this.child, required this.animation, this.overlayStyle}) | 12 | + const AvatarBottomSheet( |
| 13 | + {Key? key, | ||
| 14 | + required this.child, | ||
| 15 | + required this.animation, | ||
| 16 | + this.overlayStyle}) | ||
| 13 | : super(key: key); | 17 | : super(key: key); |
| 14 | 18 | ||
| 15 | @override | 19 | @override |
-
Please register or login to post a comment