diff --git a/example/lib/main.dart b/example/lib/main.dart index 28f1e0d..b05e81f 100644 --- a/example/lib/main.dart +++ b/example/lib/main.dart @@ -88,7 +88,7 @@ class ScreenWidget extends StatelessWidget { buttonColor: const Color.fromARGB(255, 234, 203, 214), borderRadius: BorderRadius.circular(10), icon: const Icon(Icons.sort), - onPressed: () => print("hii"), + //onPressed: () => print("hii"), enableAnimation: false, ) ],