Answers for "flutter close modal bottom sheet"

0

flutter close bottomsheet programmatically

Navigator.pop(context);
Posted by: Guest on April-29-2021
0

flutter close modal bottom sheet

// closes the modal sheet
Navigator.of(context).pop();
Posted by: Guest on March-15-2022

Code answers related to "flutter close modal bottom sheet"

Browse Popular Code Answers by Language