pkmangukiya

Results 6 comments of pkmangukiya

I found a one way to hide SlidingUpPanel by default. that's not a sufficient way but it's a Alternate. Set a minHeight property as => `minHetigh: 0`,

> Right now there is no option to hide SlidingUpPanel by default. > It's either closed or opened. > Would be nice to have such option. > It is related...

To fix this you can do something like this selectedValueWidgetFn: (item) { return Container( transform: Matrix4.translationValues(0,0,0,0), alignment: Alignment.centerLeft, child: (Text(item.toString()))); },

This is the major issue, for me this is the happening in all times and i have tried different 4 devices and its also happening in all devices.

a lot of hard work I recognized it and fixed it. `Value : ` **this is the actual create a issue** SearchableDropdown( value: selectedState, ------- // remove or comment this...

> a lot of hard work I recognized it and fixed it. > `Value : ` **this is the actual create a issue** > > ``` > SearchableDropdown( > value:...