How to return Nothing?
07:28 30 Sep 2022

i have a Widget build(BuildContext context) which returns some Container with elements inside, but when 'else' comes in the end in some cases i dont want to return an empty Container because it still takes some space. how can i remove these spaces?

enter image description here

flutter dart