Though I kept RenderInner height 100%..down the renderheader I can see a transparent line..if we scroll it's visible..how can I disable ..I want all my BottomSheet to be in white color
displayed only on android devices for dev & release versions as well
fixed with adding top: 1 to header style container
Thank you a lot..I will check once .
@ruslan-hontar thanks, your solution worked :relaxed:
Most helpful comment
displayed only on android devices for dev & release versions as well
fixed with adding
top: 1to header style container