mohanasundaramn / ms-flutter-packages

Custom flutter package collection
MIT License
8 stars 23 forks source link

Don't take vertical space if nextButton is null #14

Open oscardelgado opened 3 years ago

oscardelgado commented 3 years ago

Is your feature request related to a problem? Please describe. I don't want a nextButton. I set it to null. But the vertical space it would take is wasted anyway.

Describe the solution you'd like If nextButton is null, don't bulid a Container with footerContentHeight. Keep it empty, or build it with height = 0.

Describe alternatives you've considered See above

Additional context Add any other context or screenshots about the feature request here. Screenshot_1636398236 Screenshot_1636398241