why is this function not returning a renderbox

42 Views Asked by At

I was trying to get the height of the widget using rendering box But I don't know why the right side function is not returning renderbox. I new to flutter. Plese help me

final RenderBox box = _activeChallengeKey.currentContext.findRenderObject();enter image description here

0

There are 0 best solutions below