How to give exact height value to DraggableScrollableSheet in flutter?
11:45 29 Dec 2019

I have simple DraggableScrollableSheet in flutter and it has parameter like initialChieldSize, minChildSize, maxChildSize but they take value in ftaction of parent height.

But I have fix height Elements and want to give exact height in value to initialChildSize.

how to give exact value to the above parameters in DraggableScrollableSheet?

flutter widget draggable