jonataslaw / getx

Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
MIT License
10.23k stars 1.61k forks source link

Get.bottomSheet enterBottomSheetDuration / exitBottomSheetDuration #1568

Open loic-hamdi opened 3 years ago

loic-hamdi commented 3 years ago

The Duration is not working for me for some reasons (get: ^4.1.4):

Get.bottomSheet(
                    SheetView(),
                    enterBottomSheetDuration: const Duration(seconds: 5),
                    exitBottomSheetDuration: const Duration(seconds: 5),
                    isScrollControlled: true,
                    ignoreSafeArea: true,
                  );
loic-hamdi commented 3 years ago

@jonataslaw Hi Jonny, can you help on this one please?