kriem2000

Results 3 comments of kriem2000
trafficstars

I just wrapped my widget inside the Get.bottomSheet with the StatefulBuilder provided by flutter and uses the setModalState only for that scope solved the problem... ``` Get.bottomSheet( StatefulBuilder( builder: (BuildContext...