From b2d66c65d4a3ee4c810fcd2fbcf346717fb841ff Mon Sep 17 00:00:00 2001 From: Zubair <138170071+Zubi7Zubair@users.noreply.github.com> Date: Fri, 30 Jun 2023 03:40:36 +0500 Subject: [PATCH] Update FadeAnimation.dart --- lib/animation/FadeAnimation.dart | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/animation/FadeAnimation.dart b/lib/animation/FadeAnimation.dart index 055a9af..662c4c8 100644 --- a/lib/animation/FadeAnimation.dart +++ b/lib/animation/FadeAnimation.dart @@ -30,4 +30,7 @@ class FadeAnimation extends StatelessWidget { ), ); } +} + +class StatelessWidget { } \ No newline at end of file