0

I used showModelBottomSheet a lot that pops on the screen from the bottom with a nice animation.

Now I want to use something similar that pops on the screen from the right-hand side instead of the bottom.

It helps me a lot for UI purposes when the user rotates the screen to landscape, then I want to show a pop up from right in the flutter.

I tried to find and also dig deeper inside showModelBottomSheet function but no luck.

Abhishek Kumar
  • 738
  • 1
  • 9
  • 17

2 Answers2

1

Try using drawer on right side it may solve your problem answered in link below How to place Drawer widget on the right

Wali Khan
  • 586
  • 1
  • 5
  • 13
0

I don't think that exists either in Material or Cupertino design language, so no, unfortunately. However, you could build that yourself pretty easily with a Stack widget.

MickaelHrndz
  • 3,604
  • 1
  • 13
  • 23