coingaming / moon_flutter

Moon Design System for Flutter
https://flutter.moon.io
MIT License
177 stars 18 forks source link

feat: `showMoonModalBottomSheet` don't require `animationController` #411

Closed dickermoshe closed 3 months ago

dickermoshe commented 4 months ago

In the standard material bottom sheet showModalSheet doesn't require that a animationController is provided. It would be really awesome if showMoonModalBottomSheet didn't require that one be provided

Kypsis commented 3 months ago

Screenshot 2024-06-05 at 13 41 31 Not sure what do you mean as animationController is optional prop.

dickermoshe commented 3 months ago

Good point, I got confused with the actual MoonBottomSheet iwdget