Dumb Dev

Results 2 comments of Dumb Dev

Check this https://github.com/joanpablo/reactive_forms/issues/275#issuecomment-1207205182

A work around solution here. You should be able to solve it by adding padding `EdgeInsets.only(bottom: MediaQuery.of(context).viewInsets.bottom)` to `showModalBottomSheet` function, more info https://github.com/salim-lachdhaf/searchable_dropdown/blob/fefe0735d56fcc11189807ca8e77497073a3ffea/lib/dropdown_search.dart#L632 In case this widget is a nested...