How to give exact height value to DraggableScrollableSheet in flutter?
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?