multi_select_flutter
                                
                                 multi_select_flutter copied to clipboard
                                
                                    multi_select_flutter copied to clipboard
                            
                            
                            
                        How to increase the space below the Confirmation and Cancel button?
The OK and CANCEL button are very close to the bottom of the scree n and causing issue on iPhone 12 Pro Max. Is there anyway to give this padding below?
If you are using MultiSelectBottomSheet you can wrap it with Padding and give bottom padding.
Something like this:
Padding(
          padding: EdgeInsets.only(bottom:8.0),
         child: MultiSelectBottomSheet(
           items: _items))
This doesn't work sadly @tazsid. @mattg1995 did you (or anyone else) manage to solve this issue please? Here's a photo to illustrate the issue - the bottom sheet's content isn't respecting the safe content area.